File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 36
36
- name : Install dependencies
37
37
run : npm ci
38
38
- name : Run accuracy tests
39
- run : ./scripts/ run- accuracy-tests.sh
39
+ run : npm run test: accuracy
40
40
- name : Upload accuracy test summary
41
41
if : always()
42
42
uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 30
30
"reformat" : " prettier --write ." ,
31
31
"generate" : " ./scripts/generate.sh" ,
32
32
"test" : " node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage --testPathIgnorePatterns=/tests/accuracy/" ,
33
- "pre:test :accuracy" : " npm run build:compile" ,
33
+ "pretest :accuracy" : " npm run build:compile" ,
34
34
"test:accuracy" : " sh ./scripts/accuracy/run-accuracy-tests.sh"
35
35
},
36
36
"license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments