Skip to content

Commit 863214c

Browse files
authored
Merge pull request #3822 from IntersectMBO/feat/wf-check-and-build-qa
updates HOST_URL var to use qa env link
2 parents bcaefd0 + 30094c7 commit 863214c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_integration_playwright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ jobs:
235235
GITHUB_TOKEN: ${{ github.token }}
236236
GROUP_NAME: ${{ needs.publish-report.outputs.group_name }}
237237
env:
238-
HOST_URL: https://${{ github.event.schedule && 'preview.gov.tools' || (inputs.deployment || 'govtool.cardanoapi.io') }}
239-
DEPLOYMENT: ${{ github.event.schedule && 'preview.gov.tools' || inputs.deployment || 'govtool.cardanoapi.io'}}
238+
HOST_URL: https://${{ github.event.schedule && 'preview.gov.tools' || (inputs.deployment || 'p80-z6b8d2f7a-ze34e4cb2-gtw.z937eb260.rustrocks.fr') }}
239+
DEPLOYMENT: ${{ github.event.schedule && 'preview.gov.tools' || inputs.deployment || 'p80-z6b8d2f7a-ze34e4cb2-gtw.z937eb260.rustrocks.fr'}}
240240
REPORT_NAME: ${{ github.event.schedule && 'nightly-'}}govtool-frontend
241241
GH_PAGES: ${{vars.GH_PAGES}}
242242
COMMIT_SHA: ${{ github.event.workflow_run.head_sha || github.sha }}

0 commit comments

Comments
 (0)