Skip to content

Commit 3bd4b92

Browse files
committed
Let CI confirm formatting
1 parent ffbae18 commit 3bd4b92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Build and test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
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:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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",

0 commit comments

Comments
 (0)