Skip to content

Commit e193f86

Browse files
authored
Fix job cancellation. (#344)
* Fix timeout? * Try Fail Fast=False
1 parent b546cba commit e193f86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,11 @@ jobs:
4242
run: npm run test
4343

4444
node-integration-test:
45+
timeout-minutes: 5
4546
if: github.secret_source == 'Actions'
4647
runs-on: ubuntu-latest
4748
strategy:
49+
fail-fast: False
4850
matrix:
4951
node-version: ['18.x', '20.x']
5052
steps:

0 commit comments

Comments
 (0)