diff --git a/.github/workflows/preview.yaml b/.github/workflows/preview.yaml index 8f7b588..c05f2ac 100644 --- a/.github/workflows/preview.yaml +++ b/.github/workflows/preview.yaml @@ -43,8 +43,8 @@ jobs: with: start: npm run dev wait-on: "http://localhost:3000" - config: baseUrl=http://localhost:3000 browser: chrome + config-file: cypress.config.ts Deploy-Preview: runs-on: ubuntu-latest diff --git a/.github/workflows/production.yaml b/.github/workflows/production.yaml index 631ed84..60874a1 100644 --- a/.github/workflows/production.yaml +++ b/.github/workflows/production.yaml @@ -45,8 +45,8 @@ jobs: with: start: npm run dev wait-on: "http://localhost:3000" - config: baseUrl=http://localhost:3000 browser: chrome + config-file: cypress.config.ts Deploy-Production: runs-on: ubuntu-latest