We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 840b6eb commit 5934cd2Copy full SHA for 5934cd2
.github/workflows/test.yml
@@ -13,6 +13,8 @@ jobs:
13
matrix:
14
os: [macos-latest, windows-2019]
15
node: [16.20.1, 18.x, 20.x, 22.x]
16
+ fail-fast: false
17
+
18
runs-on: ${{ matrix.os }}
19
steps:
20
- uses: actions/checkout@v4
@@ -27,7 +29,7 @@ jobs:
27
29
run: npm run install-zstd
28
30
shell: bash
31
- - name: install dependencies and compmile
32
+ - name: install dependencies and compile
33
run: npm install --loglevel verbose
34
35
@@ -107,5 +109,6 @@ jobs:
107
109
--build-arg="PLATFORM=/${{ matrix.linux_arch }}" \
108
110
--build-arg="NODE_VERSION=${{ steps.get_nodejs_version.outputs.version }}" \
111
--build-arg="RUN_TEST=true" \
112
+ --output type=local,dest=./prebuilds,platform-split=false \
113
-f ./.github/docker/Dockerfile.musl \
114
.
0 commit comments