diff --git a/.github/workflows/acceptance.yml b/.github/workflows/acceptance.yml index c611c2b..f102781 100644 --- a/.github/workflows/acceptance.yml +++ b/.github/workflows/acceptance.yml @@ -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