From bd9bd2760fe051bd59c1f08023b8e41865903a48 Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Thu, 18 Jan 2024 11:37:33 -0800 Subject: [PATCH] Fix Cypress params --- .github/workflows/.tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/.tests.yml b/.github/workflows/.tests.yml index 5e0f287c..3c32741c 100644 --- a/.github/workflows/.tests.yml +++ b/.github/workflows/.tests.yml @@ -20,10 +20,8 @@ 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=30000,baseUrl=https://pubcode-${{ inputs.target }}.apps.silver.devops.gov.bc.ca/ working-directory: ./frontend browser: ${{ matrix.browser }} - uses: actions/upload-artifact@v3