File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,16 @@ jobs:
1313 matrix :
1414 os : [macos-latest, windows-2019]
1515 node : [16.x, 18.x, 20.x, 22.x]
16+ fail-fast : false
1617 runs-on : ${{ matrix.os }}
1718 steps :
1819 - uses : actions/checkout@v4
1920
2021 - uses : actions/setup-node@v4
2122 with :
2223 node-version : ${{ matrix.node }}
23- cache : ' npm'
24- registry-url : ' https://registry.npmjs.org'
24+ cache : " npm"
25+ registry-url : " https://registry.npmjs.org"
2526
2627 - name : Build with Node.js ${{ matrix.node }} on ${{ matrix.os }}
2728 run : node .github/scripts/libmongocrypt.mjs ${{ runner.os == 'Windows' && '--build' || '' }}
3738 matrix :
3839 linux_arch : [s390x, arm64, amd64]
3940 node : [16.x, 18.x, 20.x, 22.x]
41+ fail-fast : false
4042 steps :
4143 - uses : actions/checkout@v4
4244
Original file line number Diff line number Diff line change 1111 "recursive" : true ,
1212 "failZero" : true ,
1313 "reporter" : " test/tools/mongodb_reporter.js" ,
14- "color" : true
15- }
14+ "color" : true ,
15+ "timeout" : 0
16+ }
You can’t perform that action at this time.
0 commit comments