From 7ae228d8f4e2a2b95227aae47a38db6b090423b6 Mon Sep 17 00:00:00 2001 From: benedetta davico <46782255+benedettadavico@users.noreply.github.com> Date: Tue, 8 Apr 2025 19:03:58 +0200 Subject: [PATCH] change path --- .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 72fd8561c7..48e414be24 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: dotenv -f ../envs/canary.env -- cargo test --test public-api-tests -- --nocapture + run: dotenv -f ../../envs/sandbox.env -- cargo test --test public-api-tests -- --nocapture