From 49a0a2bdfa545361ed37d7ad79d0c0e2ca899259 Mon Sep 17 00:00:00 2001 From: Niraj Date: Tue, 28 Jan 2025 13:43:38 +0545 Subject: [PATCH] chore: update network input handling in integration test workflow --- .github/workflows/test_integration_playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_integration_playwright.yml b/.github/workflows/test_integration_playwright.yml index 766d16a13..4c99c6bf2 100644 --- a/.github/workflows/test_integration_playwright.yml +++ b/.github/workflows/test_integration_playwright.yml @@ -101,7 +101,7 @@ jobs: API_URL: https://${{inputs.deployment || 'govtool.cardanoapi.io' }}/api DOCS_URL: ${{ vars.DOCS_URL }} KUBER_API_KEY: ${{secrets.KUBER_API_KEY}} - NETWORK: ${{ inputs.deployment || vars.NETWORK }} + NETWORK: ${{ inputs.network || vars.NETWORK }} TEST_WORKERS: ${{vars.TEST_WORKERS}} CI: ${{vars.CI}} FAUCET_ADDRESS: ${{vars.FAUCET_ADDRESS}}