Skip to content

Commit 1e67892

Browse files
committed
ci(wasi): add docker pull retry
1 parent bbdff03 commit 1e67892

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/wasi.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ jobs:
3030
with:
3131
run_install: true
3232

33+
- uses: nick-fields/retry@v3
34+
with:
35+
max_attempts: 5
36+
timeout_minutes: 10
37+
command: ./src/docker/pull.sh --no-debug
38+
3339
- name: Build
3440
run: |
3541
pnpm run --aggregate-output build:wasi

0 commit comments

Comments
 (0)