diff --git a/.github/workflows/preview.yaml b/.github/workflows/preview.yaml index a26891e..8f7b588 100644 --- a/.github/workflows/preview.yaml +++ b/.github/workflows/preview.yaml @@ -43,7 +43,7 @@ jobs: with: start: npm run dev wait-on: "http://localhost:3000" - config: "baseUrl=http://localhost:3000" + config: baseUrl=http://localhost:3000 browser: chrome Deploy-Preview: diff --git a/.github/workflows/production.yaml b/.github/workflows/production.yaml index 48d10e3..631ed84 100644 --- a/.github/workflows/production.yaml +++ b/.github/workflows/production.yaml @@ -45,7 +45,7 @@ jobs: with: start: npm run dev wait-on: "http://localhost:3000" - config: "baseUrl=http://localhost:3000" + config: baseUrl=http://localhost:3000 browser: chrome Deploy-Production: