Adding sleep on startup
This commit is contained in:
parent
f83973f1a2
commit
26d83da684
|
@ -17,6 +17,9 @@ jobs:
|
|||
repository: quartiq/hitl
|
||||
client-payload: '{"github": ${{ toJson(github) }}}'
|
||||
|
||||
- name: Wait for startup
|
||||
runs: sleep 30
|
||||
|
||||
- uses: fountainhead/action-wait-for-check@v1.0.0
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in New Issue