Skip to content

Commit

Permalink
fix(devops): The integration test requires dfx (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitdivine authored Sep 17, 2024
1 parent d8fc01c commit 3bd5e79
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dfx
uses: dfinity/setup-dfx@main
- name: Start dfx
run: dfx start --clean --background
- run: ./scripts/test.integration.sh

0 comments on commit 3bd5e79

Please sign in to comment.