Skip to content

Commit e46c0f7

Browse files
committed
ci(wasi): download test data
For gdcm tests.
1 parent 2e469d7 commit e46c0f7

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/wasi.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
run: |
3535
pnpm run --aggregate-output build:wasi
3636
37+
- name: Download test data
38+
run: |
39+
pnpm run --aggregate-output test:data:download
40+
3741
- name: Test
3842
run: |
3943
pnpm run --aggregate-output test:wasi

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"test:wasi": "pnpm -r test:wasi",
2222
"test:lint": "pnpm -r test:lint",
2323
"test:commitlint": "commitlint",
24+
"test:data:download": "pnpm -r test:data:download",
2425
"test:node": "pnpm -r test:node",
2526
"test:browser:chrome": "pnpm -r test:browser:chrome",
2627
"test:browser:firefox": "pnpm -r test:browser:firefox",

0 commit comments

Comments
 (0)