Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
happyhackerbird committed May 13, 2024
1 parent d3d600d commit 9a2ce47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: rustup target add wasm32-unknown-unknown
- name: Install dependencies
run: |
npm install
# npm install
cargo install ic-wasm
- name: Create canisters and start local ICP replica
run: |
Expand All @@ -55,6 +55,7 @@ jobs:
export VITE_LOCAL_RELYING_FRONTEND_CANISTER_ID=$(dfx canister id relying_canister_frontend)
- name: Deploy Canisters
run: |
npm install
dfx deploy
src/civic_canister_backend/deploy-civic.sh
- name: Run tests
Expand Down

0 comments on commit 9a2ce47

Please sign in to comment.