Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
muriukialex committed Feb 16, 2024
1 parent 0e28c38 commit 41f6040
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41f6040

Please sign in to comment.