diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 5321e51..d37f73e 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -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