We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e469d7 commit e46c0f7Copy full SHA for e46c0f7
.github/workflows/wasi.yml
@@ -34,6 +34,10 @@ jobs:
34
run: |
35
pnpm run --aggregate-output build:wasi
36
37
+ - name: Download test data
38
+ run: |
39
+ pnpm run --aggregate-output test:data:download
40
+
41
- name: Test
42
43
pnpm run --aggregate-output test:wasi
package.json
@@ -21,6 +21,7 @@
21
"test:wasi": "pnpm -r test:wasi",
22
"test:lint": "pnpm -r test:lint",
23
"test:commitlint": "commitlint",
24
+ "test:data:download": "pnpm -r test:data:download",
25
"test:node": "pnpm -r test:node",
26
"test:browser:chrome": "pnpm -r test:browser:chrome",
27
"test:browser:firefox": "pnpm -r test:browser:firefox",
0 commit comments