diff --git a/.github/workflows/node-tests.yml b/.github/workflows/node-tests.yml index 5ae053ef8..6581be005 100644 --- a/.github/workflows/node-tests.yml +++ b/.github/workflows/node-tests.yml @@ -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"