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

Signed-off-by: Justin R. Wilson <wilsonj@unityfoundation.io>
  • Loading branch information
jrw972 committed Oct 31, 2023
1 parent 9c97e16 commit b5f82e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
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 b5f82e9

Please sign in to comment.