Skip to content

Commit

Permalink
chore: fix gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbertt committed Nov 16, 2023
1 parent cd4bb28 commit b657b13
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,10 @@ jobs:
with:
cache-on-failure: "true"

- name: install mops
- name: Install mops
run: npm i ic-mops -g

# the following steps are replicated in the scripts/test_canister.sh file
- name: Install dependencies for integration tests
run: |
cd tests
mops install
npm install
- name: Prepare environment for integration tests
run: |
./scripts/download-pocket-ic.sh
Expand Down

0 comments on commit b657b13

Please sign in to comment.