Skip to content

Commit

Permalink
Fix production mode in docker setup for acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
reebalazs committed Jul 6, 2023
1 parent 87b0a2c commit 1599a39
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 @@ -35,7 +35,7 @@ jobs:
spec: cypress/tests/*.js
install: false
start: |
docker compose -f docker-compose.yml --profile dev up
docker compose -f docker-compose.yml --profile prod up
wait-on:
'npx wait-on --httpTimeout 20000 http-get://localhost:55001/plone http://localhost:3000 http://localhost:8983'

Expand Down

0 comments on commit 1599a39

Please sign in to comment.