Skip to content

Commit

Permalink
chore: install dfx in gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbertt committed Apr 11, 2024
1 parent 2933ed9 commit 6501b9b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ic-backend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,10 @@ jobs:
cache-on-failure: "true"
shared-key: "build-wasm"

- name: Install dfx
uses: dfinity/setup-dfx@main
with:
dfx-version: "latest"

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

0 comments on commit 6501b9b

Please sign in to comment.