Skip to content

Commit

Permalink
use yarn instead of npm
Browse files Browse the repository at this point in the history
  • Loading branch information
happyhackerbird committed Apr 23, 2024
1 parent 0ec8852 commit 66c9f55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ jobs:
run: rustup target add wasm32-unknown-unknown
- name: Install dependencies
run: |
npm install
yarn install
cargo install ic-wasm
- name: Install canisters and start local ICP replica
run: |
mkdir src/civic_canister_backend/dist
dfx start --clean --background
dfx canister create --all
- name: Build canisters
run: dfx build --verbose
run: dfx build
- name: Deploy canisters
run: dfx canister install --all && dfx deploy
- name: Run tests
Expand Down

0 comments on commit 66c9f55

Please sign in to comment.