We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c97e16 commit f3cc67cCopy full SHA for f3cc67c
.github/workflows/cypress.yml
@@ -43,7 +43,7 @@ jobs:
43
# DEBUG: 'cypress:*'
44
with:
45
working-directory: ./frontend
46
- wait-on: 'http://localhost:8080'
+ wait-on: 'http://127.0.0.1:8080'
47
- uses: actions/upload-artifact@v3
48
if: failure()
49
0 commit comments