Skip to content

Commit

Permalink
Merge pull request #1499 from bcgov/feature/ALCS-1758-string-fix
Browse files Browse the repository at this point in the history
Fix expression string not wrapped in quotes
  • Loading branch information
trslater authored Mar 12, 2024
2 parents 78db56d + e7fa8cc commit 7f9288b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
working-directory: ./e2e
env:
# Default to dev
PORTAL_BASE_URL: ${{ inputs.portalBaseUrl || https://alcs-dev-portal.apps.silver.devops.gov.bc.ca }}
PORTAL_BASE_URL: ${{ inputs.portalBaseUrl || 'https://alcs-dev-portal.apps.silver.devops.gov.bc.ca' }}
BCEID_BASIC_USERNAME: ${{ secrets.BCEID_BASIC_USERNAME }}
BCEID_BASIC_PASSWORD: ${{ secrets.BCEID_BASIC_PASSWORD }}
run: npx playwright test
Expand Down

0 comments on commit 7f9288b

Please sign in to comment.