Skip to content

Commit

Permalink
Merge pull request #1125 from mozzy11/develop
Browse files Browse the repository at this point in the history
Add time lag before pulling test image
  • Loading branch information
mozzy11 authored Jun 19, 2024
2 parents 90810a6 + 488687c commit 750d49c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,10 @@ jobs:
[build-and-push-test-image-backend, build-and-push-test-image-frontend]
runs-on: ubuntu-latest
steps:
- name: Sleep for 2 minutes
run: sleep 2m
shell: bash

- name: Checkout OpenELIS-Global2
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 750d49c

Please sign in to comment.