Skip to content

Commit 39adb10

Browse files
author
Fabian Grutschus
committed
Sleep after server has started
1 parent 7a90a6f commit 39adb10

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/docker.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,10 @@ jobs:
153153
interval: 5000
154154
log: true
155155

156+
- uses: GuillaumeFalourd/wait-sleep-action@v1
157+
with:
158+
time: '120'
159+
156160
- name: Test image
157161
run: |
158162
docker run -t --rm --entrypoint='' --network=host \

0 commit comments

Comments
 (0)