File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 },
1414 "scripts" : {
1515 "start" : " node server/server.js" ,
16- "proxy" : " echo $GITHUB_WORKSPACE && ls ../../../ && bash ../../.. /.github/workflows/utils/sql-proxy.sh" ,
17- "system-test" : " npm run proxy && c8 mocha -p -j 2 test/server.test.js --timeout=60000 --exit" ,
18- "system-test-unix" : " npm run proxy && c8 mocha -p -j 2 test/server-unix.test.js --timeout=60000 --exit" ,
16+ "proxy" : " bash $GITHUB_WORKSPACE/.github/workflows/utils/sql-proxy.sh" ,
17+ "system-test" : " npm run proxy -- c8 mocha -p -j 2 test/server.test.js --timeout=60000 --exit" ,
18+ "system-test-unix" : " npm run proxy -- c8 mocha -p -j 2 test/server-unix.test.js --timeout=60000 --exit" ,
1919 "test" : " npm run system-test && npm run system-test-unix"
2020 },
2121 "dependencies" : {
You can’t perform that action at this time.
0 commit comments