ci: run node.js lint on Windows

This commit is contained in:
link2xt
2023-06-02 18:49:53 +00:00
parent 4beba8ce3c
commit e0b1644488

View File

@@ -60,17 +60,8 @@ jobs:
- name: Test
timeout-minutes: 10
if: runner.os != 'Windows'
working-directory: node
run: npm run test
env:
DCC_NEW_TMP_EMAIL: ${{ secrets.DCC_NEW_TMP_EMAIL }}
NODE_OPTIONS: "--force-node-api-uncaught-exceptions-policy=true"
- name: Run tests on Windows, except lint
timeout-minutes: 10
if: runner.os == 'Windows'
working-directory: node
run: npm run test:mocha
env:
DCC_NEW_TMP_EMAIL: ${{ secrets.DCC_NEW_TMP_EMAIL }}
NODE_OPTIONS: "--force-node-api-uncaught-exceptions-policy=true"