From 51da10760c4e3783389d8b34f9cfa29e3ea721ab Mon Sep 17 00:00:00 2001 From: tkubica-edu Date: Tue, 19 Nov 2024 13:54:53 +0100 Subject: [PATCH] fix: potential fix for pipeline crash --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 25d1cfdd..c2cc6a3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -121,7 +121,7 @@ jobs: - name: Cypress run uses: cypress-io/github-action@v4 env: - CYPRESS_baseUrl: http://localhost:8080 + CYPRESS_baseUrl: http://localhost:8080/search # We cannot guarantee that the given Edu-Sharing instance allows localhost with # 'Access-Control-Allow-Origin'. CYPRESS_chromeWebSecurity: false