Skip to content

Commit 49a0a2b

Browse files
committed
chore: update network input handling in integration test workflow
1 parent db27e12 commit 49a0a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_integration_playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
API_URL: https://${{inputs.deployment || 'govtool.cardanoapi.io' }}/api
102102
DOCS_URL: ${{ vars.DOCS_URL }}
103103
KUBER_API_KEY: ${{secrets.KUBER_API_KEY}}
104-
NETWORK: ${{ inputs.deployment || vars.NETWORK }}
104+
NETWORK: ${{ inputs.network || vars.NETWORK }}
105105
TEST_WORKERS: ${{vars.TEST_WORKERS}}
106106
CI: ${{vars.CI}}
107107
FAUCET_ADDRESS: ${{vars.FAUCET_ADDRESS}}

0 commit comments

Comments
 (0)