Skip to content

Commit

Permalink
Fix windows test invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
irskep committed Sep 4, 2024
1 parent 878f1e6 commit 06b6703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-node-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
run: npm x tsc

- name: Run tests
run: npm test
run: npm test:windows
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"scripts": {
"build": "npx tsc",
"test": "NODE_OPTIONS=\"--experimental-vm-modules\" jest",
"test:windows": "set NODE_OPTIONS=\"--experimental-vm-modules\" && jest",
"djockey": "npx tsc && node dist/cli.js"
},
"dependencies": {
Expand Down

0 comments on commit 06b6703

Please sign in to comment.