Skip to content

Commit 8a62773

Browse files
committed
updates HOST_URL var to use qa env link
1 parent d8134f0 commit 8a62773

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
@@ -225,7 +225,7 @@ jobs:
225225
REPORT_NUMBER: ${{ needs.publish-report.outputs.report_number }}
226226
GITHUB_TOKEN: ${{ github.token }}
227227
env:
228-
HOST_URL: https://${{inputs.deployment || 'govtool.cardanoapi.io' }}
228+
HOST_URL: https://${{inputs.deployment || 'p80-z6b8d2f7a-ze34e4cb2-gtw.z937eb260.rustrocks.fr' }}
229229
REPORT_NAME: govtool-frontend
230230
GH_PAGES: ${{vars.GH_PAGES}}
231231
COMMIT_SHA: ${{ github.event.workflow_run.head_sha || github.sha }}

0 commit comments

Comments
 (0)