Skip to content

Commit

Permalink
add npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lmuntaner committed Oct 17, 2024
1 parent c9eea6f commit 97b5adb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/canister-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,10 @@ jobs:
- uses: ./.github/actions/bootstrap
- uses: ./.github/actions/setup-node

# run the build
- run: npm ci
shell: bash

- name: Run tests
run: ./scripts/test-canisters.sh

Expand Down

0 comments on commit 97b5adb

Please sign in to comment.