Skip to content

Commit 935cb9d

Browse files
committed
build(compare-images): download test data before python tests
1 parent 1c45d5a commit 935cb9d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/compare-images/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@itk-wasm/compare-images-build",
33
"version": "5.2.2",
44
"private": true,
5-
"description": "scripts to generate @itk-wasm/compare-stringify itk-wasm artifacts.",
5+
"description": "@itk-wasm/compare-stringify build configuration",
66
"type": "module",
77
"itk-wasm": {
88
"emscripten-docker-image": "itkwasm/emscripten:latest",
@@ -30,9 +30,9 @@
3030
"test": "pnpm test:data:download && pnpm build:gen:python && pnpm test:python",
3131
"test:data:download": "dam download test/data test/data.tar.gz bafybeiafli6egtmkcgany65po64w67hpqnmgwr5utqo6ycbbz7k5l33llu https://github.com/InsightSoftwareConsortium/ITK-Wasm/releases/download/itk-wasm-v1.0.0-b.171/compare-images-test-data.tar.gz",
3232
"test:data:pack": "dam pack test/data test/data.tar.gz",
33-
"test:python:wasi": "pixi run test-wasi",
34-
"test:python:emscripten": "pixi run test-emscripten",
35-
"test:python:dispatch": "pixi run test-dispatch",
33+
"test:python:wasi": "pnpm test:data:download && pixi run test-wasi",
34+
"test:python:emscripten": "pnpm test:data:download && pixi run test-emscripten",
35+
"test:python:dispatch": "pnpm test:data:download && pixi run test-dispatch",
3636
"test:python": "pixi run test-python"
3737
},
3838
"license": "Apache-2.0",

0 commit comments

Comments
 (0)