From 916d33c8c0cf15754b73e5ce339ecf4a9e1dc7f1 Mon Sep 17 00:00:00 2001 From: benedetta davico <46782255+benedettadavico@users.noreply.github.com> Date: Tue, 8 Apr 2025 18:55:57 +0200 Subject: [PATCH] Update nym-api-integration-tests.yml --- .github/workflows/nym-api-integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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