Skip to content

Commit 856ef3d

Browse files
committed
fix: add missing deployment url on integration test
1 parent 4a0566e commit 856ef3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test_integration_playwright.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ jobs:
231231
GITHUB_TOKEN: ${{ github.token }}
232232
env:
233233
HOST_URL: https://${{ github.event.schedule && 'preview.gov.tools' || (inputs.deployment || 'govtool.cardanoapi.io') }}
234+
DEPLOYMENT: ${{ github.event.schedule && 'preview.gov.tools' || inputs.deployment || 'govtool.cardanoapi.io'}}
234235
REPORT_NAME: ${{ github.event.schedule && 'nightly-'}}govtool-frontend
235236
GH_PAGES: ${{vars.GH_PAGES}}
236237
COMMIT_SHA: ${{ github.event.workflow_run.head_sha || github.sha }}

0 commit comments

Comments
 (0)