From d6c40aee01a20106ee47ec45dcd38c41abf55b7b Mon Sep 17 00:00:00 2001 From: benedetta davico <46782255+benedettadavico@users.noreply.github.com> Date: Wed, 9 Apr 2025 10:07:49 +0200 Subject: [PATCH] add env --- .github/workflows/nym-api-integration-tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nym-api-integration-tests.yml b/.github/workflows/nym-api-integration-tests.yml index 48e414be24..ce6e1b9470 100644 --- a/.github/workflows/nym-api-integration-tests.yml +++ b/.github/workflows/nym-api-integration-tests.yml @@ -42,4 +42,6 @@ jobs: done - name: Run integration tests - run: dotenv -f ../../envs/sandbox.env -- cargo test --test public-api-tests -- --nocapture + env: + NYM_API: https://sandbox-nym-api1.nymtech.net/api + run: cargo test --test public-api-tests -- --nocapture