From 74f2d8abc23074950a4dd6fa27975e804bc338df Mon Sep 17 00:00:00 2001 From: muriukialex Date: Fri, 16 Feb 2024 14:08:06 +0300 Subject: [PATCH] add baseUrl config --- .github/workflows/preview.yaml | 3 ++- .github/workflows/production.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/preview.yaml b/.github/workflows/preview.yaml index ea03852..7978e7d 100644 --- a/.github/workflows/preview.yaml +++ b/.github/workflows/preview.yaml @@ -43,7 +43,8 @@ jobs: with: start: npm run dev wait-on: "http://localhost:3000" - browser: chrome + config: "baseUrl=http://localhost:3000" + browser: false Deploy-Preview: runs-on: ubuntu-latest diff --git a/.github/workflows/production.yaml b/.github/workflows/production.yaml index fd9320f..3299948 100644 --- a/.github/workflows/production.yaml +++ b/.github/workflows/production.yaml @@ -45,7 +45,8 @@ jobs: with: start: npm run dev wait-on: "http://localhost:3000" - browser: chrome + config: "baseUrl=http://localhost:3000" + browser: false Deploy-Production: runs-on: ubuntu-latest