Skip to content

Commit 6880ac5

Browse files
1.0.2
1 parent 852580b commit 6880ac5

File tree

1 file changed

+0
-40
lines changed

1 file changed

+0
-40
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -199,46 +199,6 @@ jobs:
199199
shell: bash
200200
- name: Test bindings
201201
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
242202
publish:
243203
name: Publish
244204
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)