Skip to content

Commit

Permalink
Add sleep 30 at first
Browse files Browse the repository at this point in the history
  • Loading branch information
benja-M-1 committed Nov 14, 2023
1 parent 0d6a6ee commit 38cd7af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions start/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ runs:
- name: Wait for Docker to be up and running
shell: bash
run: |
sleep 30
docker ps || true
sleep 10
docker ps || true
Expand Down

0 comments on commit 38cd7af

Please sign in to comment.