Skip to content

Commit

Permalink
fix cypress wait port
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarprudnikov committed Apr 16, 2024
1 parent c659ff9 commit aa24d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
start: go run .
cache-key: somevalue
wait-on: 'http://localhost:3000'
wait-on: 'http://localhost:8080'
install: false
env:
SERVER_ENV: test
Expand Down

0 comments on commit aa24d59

Please sign in to comment.