Skip to content

Commit 5934cd2

Browse files
failfast=false
1 parent 840b6eb commit 5934cd2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
matrix:
1414
os: [macos-latest, windows-2019]
1515
node: [16.20.1, 18.x, 20.x, 22.x]
16+
fail-fast: false
17+
1618
runs-on: ${{ matrix.os }}
1719
steps:
1820
- uses: actions/checkout@v4
@@ -27,7 +29,7 @@ jobs:
2729
run: npm run install-zstd
2830
shell: bash
2931

30-
- name: install dependencies and compmile
32+
- name: install dependencies and compile
3133
run: npm install --loglevel verbose
3234
shell: bash
3335

@@ -107,5 +109,6 @@ jobs:
107109
--build-arg="PLATFORM=/${{ matrix.linux_arch }}" \
108110
--build-arg="NODE_VERSION=${{ steps.get_nodejs_version.outputs.version }}" \
109111
--build-arg="RUN_TEST=true" \
112+
--output type=local,dest=./prebuilds,platform-split=false \
110113
-f ./.github/docker/Dockerfile.musl \
111114
.

0 commit comments

Comments
 (0)