Skip to content

Commit 2aca9f0

Browse files
committed
ci: fix darwin test
1 parent 2eae81a commit 2aca9f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
run: ls -R .
186186
shell: bash
187187
- name: Test bindings
188-
run: yarn test
188+
run: yarn build:ts && yarn test
189189
publish:
190190
name: Publish
191191
runs-on: ubuntu-latest

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"check_mem": "node --max-old-space-size=128 scripts/dgram_memory.js",
1717
"doc": "typedoc --excludePrivate --excludeInternal --excludeExternals --plugin typedoc-plugin-markdown js/index.ts",
1818
"prepublishOnly": "napi pre`publish -t npm",
19-
"test": "ls && pwd && node test2.js && jest --testRegex '__test__/(.+).spec.ts' --runInBand --silent=false",
19+
"test": "jest --testRegex '__test__/(.+).spec.ts' --runInBand --silent=false",
2020
"test:dumb": "TERM=dumb npm run test",
2121
"version": "napi version"
2222
},

0 commit comments

Comments
 (0)