Skip to content

Commit c3b32ce

Browse files
marc-casavantarr2036
authored andcommitted
New step
1 parent d8445cf commit c3b32ce

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci-multi-server-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,12 @@ jobs:
181181
182182
steps:
183183

184+
- name: Wait for Docker-in-Docker
185+
run: |
186+
for i in $(seq 1 30); do
187+
docker info && break || sleep 1
188+
done
189+
184190
# Checkout, but defer pulling LFS objects until we've restored the cache
185191
- uses: actions/checkout@v4
186192
with:

0 commit comments

Comments
 (0)