Skip to content

Commit

Permalink
try with yarn?
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog-crabnebula committed Nov 16, 2023
1 parent daead72 commit f423273
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-packager-nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ jobs:
run: ls -R .
shell: bash
- name: Test bindings
run: docker run --rm -v $(pwd):/build -w /build node:${{ matrix.node }}-slim pnpm test
run: docker run --rm -v $(pwd):/build -w /build node:${{ matrix.node }}-slim yarn test
test-linux-x64-musl-binding:
name: Test bindings on x86_64-unknown-linux-musl - node@${{ matrix.node }}
needs:
Expand Down Expand Up @@ -322,7 +322,7 @@ jobs:
options: "--platform linux/arm64 -v ${{ github.workspace }}:/build -w /build"
run: |
set -e
pnpm test
yarn test
ls -la
test-linux-aarch64-musl-binding:
name: Test bindings on aarch64-unknown-linux-musl - node@${{ matrix.node }}
Expand Down
2 changes: 1 addition & 1 deletion bindings/packager/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"build": "pnpm build-ts && napi build --platform --profile release-size-optimized",
"build:debug": "napi build --platform && pnpm build-ts",
"prepublishOnly": "napi prepublish -t npm --gh-release-id $RELEASE_ID",
"pretest": "pnpm build-ts",
"pretest": "npm run build-ts",
"test": "ava --no-worker-threads",
"universal": "napi universal",
"version": "napi version"
Expand Down

0 comments on commit f423273

Please sign in to comment.