Skip to content

Commit

Permalink
Cypress tests sporadically fail
Browse files Browse the repository at this point in the history
Problem
-------

Cypress tests sporadically fail.

Solution
--------

Trying the approach from
cypress-io/github-action#802
  • Loading branch information
jrw972 committed Oct 31, 2023
1 parent 9c97e16 commit f3cc67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Expand Up @@ -43,7 +43,7 @@ jobs:
# DEBUG: 'cypress:*'
with:
working-directory: ./frontend
wait-on: 'http://localhost:8080'
wait-on: 'http://127.0.0.1:8080'
- uses: actions/upload-artifact@v3
if: failure()
with:
Expand Down

0 comments on commit f3cc67c

Please sign in to comment.