Skip to content

Commit 3382080

Browse files
authored
Merge pull request #1373 from thewtex/wasi-ci-retry
ci(wasi): add docker pull retry
2 parents 3132d41 + 2a594d5 commit 3382080

File tree

3 files changed

+86
-126
lines changed

3 files changed

+86
-126
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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "itk-wasm-workspace",
33
"version": "1.0.0",
44
"private": true,
5-
"packageManager": "pnpm@10.7.1",
5+
"packageManager": "pnpm@10.8.0",
66
"description": "High-performance spatial analysis in a web browser, Node.js, and reproducible execution across programming languages and hardware architectures.",
77
"type": "module",
88
"directories": {
@@ -44,7 +44,7 @@
4444
"esbuild": "^0.25.1",
4545
"start-server-and-test": "^2.0.4",
4646
"ava": "^6.1.3",
47-
"cypress": "^14.2.1",
47+
"cypress": "^14.3.0",
4848
"shx": "^0.4.0",
4949
"vite": "^6.2.3"
5050
}

0 commit comments

Comments
 (0)