Skip to content

Commit

Permalink
ci: run pnpm postbuild for macos/windows packager tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amr-crabnebula committed Dec 13, 2023
1 parent 0b2cb25 commit fc5e9fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-packager-nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,9 @@ jobs:
run: ls -R .
shell: bash
- name: Test bindings
run: pnpm test
run: |
pnpm postbuild
pnpm test
test-linux-x64-gnu-binding:
name: Test bindings on Linux-x64-gnu - node@${{ matrix.node }}
needs:
Expand Down

0 comments on commit fc5e9fd

Please sign in to comment.