We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8987910 commit 7ee22b4Copy full SHA for 7ee22b4
.github/workflows/accuracy-tests.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Install dependencies
37
run: npm ci
38
- name: Run accuracy tests
39
- run: ./scripts/run-accuracy-tests.sh
+ run: npm run test:accuracy
40
- name: Upload accuracy test summary
41
if: always()
42
uses: actions/upload-artifact@v4
package.json
@@ -30,7 +30,7 @@
30
"reformat": "prettier --write .",
31
"generate": "./scripts/generate.sh",
32
"test": "vitest --coverage",
33
- "pre:test:accuracy": "npm run build:compile",
+ "pretest:accuracy": "npm run build:compile",
34
"test:accuracy": "sh ./scripts/accuracy/run-accuracy-tests.sh"
35
},
"license": "Apache-2.0",
0 commit comments