Skip to content

Commit

Permalink
fixed pipeline not setting baseUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
cberg-aot committed Apr 10, 2024
1 parent 41be3be commit 9630c78
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/.tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,8 @@ jobs:
- uses: cypress-io/github-action@v6
name: Cypress run
env:
baseUrl: https://${{ github.event.repository.name }}-${{ inputs.target }}-frontend.apps.silver.devops.gov.bc.ca/
with:
config: pageLoadTimeout=10000
config: pageLoadTimeout=10000, baseUrl: https://${{ github.event.repository.name }}-${{ inputs.target }}-frontend.apps.silver.devops.gov.bc.ca/
working-directory: ./frontend
browser: ${{ matrix.browser }}

Expand Down

0 comments on commit 9630c78

Please sign in to comment.