Skip to content

Commit

Permalink
just end this suffering already
Browse files Browse the repository at this point in the history
  • Loading branch information
volf52 committed Aug 1, 2024
1 parent 99fb52c commit 1ed2f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
run: ls -R .
shell: bash
- name: Test bindings
run: docker run --rm -v $(pwd):/build -w /build node:${{ matrix.node }}-slim /bin/sh -c "npm i -g && yarn test"
run: docker run --rm -v $(pwd):/build -w /build node:${{ matrix.node }}-slim /bin/sh -c "corepack enable && yarn test"
test-linux-x64-musl-binding:
name: Test bindings on x86_64-unknown-linux-musl - node@${{ matrix.node }}
needs:
Expand Down

0 comments on commit 1ed2f78

Please sign in to comment.