Skip to content

Commit 3999bd9

Browse files
committed
ci: disables fail fast to investigate dependency cycle
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
1 parent 5ef3193 commit 3999bd9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@ on:
1313
jobs:
1414
build:
1515
runs-on: ubuntu-latest
16+
continue-on-error: true
1617
env:
1718
NODE_OPTIONS: "--max_old_space_size=9182"
1819
environment:
1920
name: build_test
2021

2122
strategy:
23+
fail-fast: false
2224
matrix:
2325
node-version: [18.x, 20.x, 22.x]
2426
# Single version should work for compilation testing

0 commit comments

Comments
 (0)