File tree Expand file tree Collapse file tree 1 file changed +0
-40
lines changed Expand file tree Collapse file tree 1 file changed +0
-40
lines changed Original file line number Diff line number Diff line change @@ -199,46 +199,6 @@ jobs:
199
199
shell : bash
200
200
- name : Test bindings
201
201
run : docker run --rm -v $(pwd):/build -w /build node:${{ matrix.node }}-slim yarn test
202
- test-linux-x64-musl-binding :
203
- name : Test bindings on Linux-x64-musl - node@${{ matrix.node }}
204
- needs :
205
- - build
206
- strategy :
207
- fail-fast : false
208
- matrix :
209
- node :
210
- - ' 18'
211
- - ' 20'
212
- runs-on : ubuntu-latest
213
- steps :
214
- - uses : actions/checkout@v4
215
- - name : Install musl
216
- run : sudo apt-get install musl-tools
217
- - name : Enable Corepack
218
- run : corepack enable
219
- - name : Setup node
220
- uses : actions/setup-node@v4
221
- with :
222
- node-version : ${{ matrix.node }}
223
- cache : yarn
224
- - name : npmrcgen
225
- run : |
226
- echo "//npm.pkg.github.com/:_authToken=${{secrets.GITHUB_TOKEN}}" > .npmrc
227
- echo "@mineskin=https://npm.pkg.github.com/" >> .npmrc
228
- - name : Install dependencies
229
- run : yarn install
230
- env :
231
- NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
232
- - name : Download artifacts
233
- uses : actions/download-artifact@v4
234
- with :
235
- name : bindings-x86_64-unknown-linux-musl
236
- path : .
237
- - name : List packages
238
- run : ls -R .
239
- shell : bash
240
- - name : Test bindings
241
- run : docker run --rm -v $(pwd):/build -w /build node:${{ matrix.node }}-slim yarn test
242
202
publish :
243
203
name : Publish
244
204
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments