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 3636 - name : Install dependencies
3737 run : npm ci
3838 - name : Run accuracy tests
39- run : ./scripts/ run- accuracy-tests.sh
39+ run : npm run test: accuracy
4040 - name : Upload accuracy test summary
4141 if : always()
4242 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 3030 "reformat" : " prettier --write ." ,
3131 "generate" : " ./scripts/generate.sh" ,
3232 "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" ,
3434 "test:accuracy" : " sh ./scripts/accuracy/run-accuracy-tests.sh"
3535 },
3636 "license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments