diff --git a/.github/workflows/nym-api-integration-tests.yml b/.github/workflows/nym-api-integration-tests.yml index c1db108e19..72fd8561c7 100644 --- a/.github/workflows/nym-api-integration-tests.yml +++ b/.github/workflows/nym-api-integration-tests.yml @@ -42,4 +42,4 @@ jobs: done - name: Run integration tests - run: cargo test --test public-api-tests -- --nocapture + run: dotenv -f ../envs/canary.env -- cargo test --test public-api-tests -- --nocapture