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:
13
13
matrix :
14
14
os : [macos-latest, windows-2019]
15
15
node : [16.x, 18.x, 20.x, 22.x]
16
+ fail-fast : false
16
17
runs-on : ${{ matrix.os }}
17
18
steps :
18
19
- uses : actions/checkout@v4
19
20
20
21
- uses : actions/setup-node@v4
21
22
with :
22
23
node-version : ${{ matrix.node }}
23
- cache : ' npm'
24
- registry-url : ' https://registry.npmjs.org'
24
+ cache : " npm"
25
+ registry-url : " https://registry.npmjs.org"
25
26
26
27
- name : Build with Node.js ${{ matrix.node }} on ${{ matrix.os }}
27
28
run : node .github/scripts/libmongocrypt.mjs ${{ runner.os == 'Windows' && '--build' || '' }}
37
38
matrix :
38
39
linux_arch : [s390x, arm64, amd64]
39
40
node : [16.x, 18.x, 20.x, 22.x]
41
+ fail-fast : false
40
42
steps :
41
43
- uses : actions/checkout@v4
42
44
Original file line number Diff line number Diff line change 11
11
"recursive" : true ,
12
12
"failZero" : true ,
13
13
"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