From 8a627735c7c3c1e0a184e2682d07c5014a822159 Mon Sep 17 00:00:00 2001 From: Aaron Boyle Date: Fri, 20 Jun 2025 20:00:39 +0100 Subject: [PATCH] updates HOST_URL var to use qa env link --- .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 a275ff55c..537aeecc5 100644 --- a/.github/workflows/test_integration_playwright.yml +++ b/.github/workflows/test_integration_playwright.yml @@ -225,7 +225,7 @@ jobs: REPORT_NUMBER: ${{ needs.publish-report.outputs.report_number }} GITHUB_TOKEN: ${{ github.token }} env: - HOST_URL: https://${{inputs.deployment || 'govtool.cardanoapi.io' }} + HOST_URL: https://${{inputs.deployment || 'p80-z6b8d2f7a-ze34e4cb2-gtw.z937eb260.rustrocks.fr' }} REPORT_NAME: govtool-frontend GH_PAGES: ${{vars.GH_PAGES}} COMMIT_SHA: ${{ github.event.workflow_run.head_sha || github.sha }}