Skip to content

Commit

Permalink
fix: fix napi test
Browse files Browse the repository at this point in the history
  • Loading branch information
HerringtonDarkholme committed May 12, 2024
1 parent 1fdf15c commit 61c585b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/napi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
settings:
- host: macos-latest
target: x86_64-apple-darwin
# no test
build: |
yarn build --target x86_64-apple-darwin
strip -x *.node
yarn test
- host: windows-latest
build: |
yarn build
Expand Down Expand Up @@ -72,10 +72,10 @@ jobs:
aarch64-unknown-linux-gnu-strip *.node
- host: macos-latest
target: aarch64-apple-darwin
# no test
build: |
yarn build --target aarch64-apple-darwin
strip -x *.node
yarn test
name: stable - ${{ matrix.settings.target }} - node@18
runs-on: ${{ matrix.settings.host }}
steps:
Expand Down

0 comments on commit 61c585b

Please sign in to comment.