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 7373 path : ./
7474
7575 - run : tar -xvf node_modules.tar
76- - run : yarn test-only
76+ - run : yarn test-ci
7777
7878 test_browser :
7979 permissions :
Original file line number Diff line number Diff line change 1414 "typings" : " types/alasql.d.ts" ,
1515 "scripts" : {
1616 "test" : " sh build.sh && yarn test-only" ,
17- "test-ci" : " (yarn test-format || 1) && yarn test && yarn install-g && alasql 'select 1 as Succes'" ,
17+ "test-ci" : " (yarn test-format || 1) && yarn test-only && yarn install-g && alasql 'select 1 as Succes'" ,
1818 "test-only" : " node node_modules/mocha/bin/mocha.js ./test --reporter dot" ,
1919 "#test-only" : " (command -v bun && bun node_modules/.bin/mocha ./test --reporter dot) || npx bun node_modules/.bin/mocha ./test --reporter dot" ,
2020 "test-browser" : " node test/browserTestRunner.js 7387" ,
You can’t perform that action at this time.
0 commit comments