From b5f82e9185158eafd393b0b336f30618c1c37fb3 Mon Sep 17 00:00:00 2001 From: "Justin R. Wilson" Date: Tue, 31 Oct 2023 10:28:26 -0500 Subject: [PATCH] Cypress tests sporadically fail Problem ------- Cypress tests sporadically fail. Solution -------- Trying the approach from https://github.com/cypress-io/github-action/issues/802 Signed-off-by: Justin R. Wilson --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index a4786777..6e81ca02 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -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: