diff --git a/.github/workflows/.tests.yml b/.github/workflows/.tests.yml index 5264887..5e0f287 100644 --- a/.github/workflows/.tests.yml +++ b/.github/workflows/.tests.yml @@ -20,8 +20,10 @@ jobs: - uses: actions/checkout@v4 - uses: cypress-io/github-action@v5 name: Cypress run + env: + pageLoadTimeout: 30000 + baseUrl: https://pubcode-${{ inputs.target }}.apps.silver.devops.gov.bc.ca/ with: - config: pageLoadTimeout=10000,baseUrl=https://pubcode-${{ inputs.target }}.apps.silver.devops.gov.bc.ca/ working-directory: ./frontend browser: ${{ matrix.browser }} - uses: actions/upload-artifact@v3