Skip to content

Commit

Permalink
fix: potential fix for pipeline crash
Browse files Browse the repository at this point in the history
  • Loading branch information
tkubica-edu committed Nov 19, 2024
1 parent 23f1532 commit 51da107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 51da107

Please sign in to comment.