Skip to content

Commit

Permalink
set browser config to chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
muriukialex committed Feb 16, 2024
1 parent 74f2d8a commit c033d2c
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 @@ -44,7 +44,7 @@ jobs:
start: npm run dev
wait-on: "http://localhost:3000"
config: "baseUrl=http://localhost:3000"
browser: false
browser: chrome

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 @@ -46,7 +46,7 @@ jobs:
start: npm run dev
wait-on: "http://localhost:3000"
config: "baseUrl=http://localhost:3000"
browser: false
browser: chrome

Deploy-Production:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c033d2c

Please sign in to comment.