From e0b16444886cede8cf8d6ad8b41b5bd26674be68 Mon Sep 17 00:00:00 2001 From: link2xt Date: Fri, 2 Jun 2023 18:49:53 +0000 Subject: [PATCH] ci: run node.js lint on Windows --- .github/workflows/node-tests.yml | 9 --------- 1 file changed, 9 deletions(-) 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"