Skip to content

Commit

Permalink
ci: run pnpm:build instead
Browse files Browse the repository at this point in the history
  • Loading branch information
amr-crabnebula authored Dec 13, 2023
1 parent 7b083a8 commit 31319e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- uses: actions/setup-node@v4
- uses: Swatinem/rust-cache@v2
- run: pnpm install
- run: pnpm build:debug
- run: pnpm build
- name: packager integration tests
run: |
cd bindings/packager/nodejs
Expand Down

0 comments on commit 31319e6

Please sign in to comment.