Skip to content

Commit

Permalink
CI: Fix backend port
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Jun 28, 2024
1 parent ec95122 commit 4642f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
start: |
docker compose -f ci-docker-compose.yml --profile prod up
wait-on: |
http://localhost:8080/plone
http://localhost:55001/plone
http://localhost:9200
# Upload Cypress screenshots
Expand Down

0 comments on commit 4642f21

Please sign in to comment.