Skip to content

Commit f3cc67c

Browse files
committed
Cypress tests sporadically fail
Problem ------- Cypress tests sporadically fail. Solution -------- Trying the approach from cypress-io/github-action#802
1 parent 9c97e16 commit f3cc67c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cypress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# DEBUG: 'cypress:*'
4444
with:
4545
working-directory: ./frontend
46-
wait-on: 'http://localhost:8080'
46+
wait-on: 'http://127.0.0.1:8080'
4747
- uses: actions/upload-artifact@v3
4848
if: failure()
4949
with:

0 commit comments

Comments
 (0)