diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 134622ab7..4eec024fd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,9 +42,11 @@ jobs: run: npm run test node-integration-test: + timeout-minutes: 5 if: github.secret_source == 'Actions' runs-on: ubuntu-latest strategy: + fail-fast: False matrix: node-version: ['18.x', '20.x'] steps: