diff --git a/.github/workflows/node-tests.yml b/.github/workflows/node-tests.yml index 8beb22b17..6f90530da 100644 --- a/.github/workflows/node-tests.yml +++ b/.github/workflows/node-tests.yml @@ -52,6 +52,7 @@ jobs: npm install --verbose - name: Test + timeout-minutes: 10 if: runner.os != 'Windows' run: | cd node @@ -59,6 +60,7 @@ jobs: env: DCC_NEW_TMP_EMAIL: ${{ secrets.DCC_NEW_TMP_EMAIL }} - name: Run tests on Windows, except lint + timeout-minutes: 10 if: runner.os == 'Windows' run: | cd node