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 Mar 1, 2024
1 parent 5f66428 commit 43936e6
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,8 @@ jobs:
spec: cypress/tests/*.js
install: false
start: |
docker compose -f docker-compose.yml --profile dev up
wait-on:
'npx wait-on --httpTimeout 20000 http-get://localhost:55001/plone http://localhost:3000 http://localhost:8983'

# XXX XXX This should be working with prod!
# docker compose -f docker-compose.yml --profile prod up
# XXX XXX This currently works with dev.
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'

# Upload Cypress screenshots
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 43936e6

Please sign in to comment.