Skip to content

Commit 01d7f47

Browse files
authored
test(extension): fix default preprod network url (#1382)
1 parent ba65055 commit 01d7f47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-tests-linux-split.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ env:
108108
NODE_OPTIONS: --max-old-space-size=16384
109109
BRANCH: ${{ github.ref_name }}
110110
CARDANO_MAINNET_URL: ${{ github.event.inputs.cardano_mainnet_url || 'dev-mainnet.lw.iog.io' }}
111-
CARDANO_PREPROD_URL: ${{ github.event.inputs.cardano_preprod_url || 'cardano_preprod_url' }}
111+
CARDANO_PREPROD_URL: ${{ github.event.inputs.cardano_preprod_url || 'dev-preprod.lw.iog.io' }}
112112
CARDANO_PREVIEW_URL: ${{ github.event.inputs.cardano_preview_url || 'dev-preview.lw.iog.io' }}
113-
BUILD_ARTIFACT_NAME: lace-${{ github.event.inputs.cardano_preprod_url || 'cardano_preprod_url' }}-${{ github.sha }}
113+
BUILD_ARTIFACT_NAME: lace-${{ github.event.inputs.cardano_preprod_url || 'dev-preprod.lw.iog.io' }}-${{ github.sha }}
114114

115115
jobs:
116116
setup:

0 commit comments

Comments
 (0)