Skip to content

Commit

Permalink
chore: fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbertt committed Aug 1, 2023
1 parent 552eeaa commit a9f940e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.69.0
target: wasm32-unknown-unknown
- uses: aviate-labs/[email protected]
with:
dfx-version: 0.14.1
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: "true"
- name: Install tests dependencies
run: ./scripts/install_test_dependencies.sh
- name: Run tests
Expand Down
6 changes: 3 additions & 3 deletions scripts/install_test_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ npm install

# install test_canister dependencies
cd ../test_canister
npm install

# generate test_canister declarations
npm run generate
rustup target add wasm32-unknown-unknown

npm install

0 comments on commit a9f940e

Please sign in to comment.