Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vinicinbgs committed Jun 18, 2024
1 parent e20db7b commit 573a614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
install-command: yarn
build: yarn build
start: yarn serve -p 8000
wait-on: 'http://localhost:8000'
wait-on: 'http://[::1]:8000'
browser: chrome
headless: false
config-file: cypress.config.ts
Expand Down

0 comments on commit 573a614

Please sign in to comment.