From 41f6040dc5327763c51c8c9aad04048aebc3942a Mon Sep 17 00:00:00 2001 From: muriukialex Date: Fri, 16 Feb 2024 14:34:32 +0300 Subject: [PATCH] update config --- .github/workflows/preview.yaml | 2 +- .github/workflows/production.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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