diff --git a/.github/workflows/acceptance.yml b/.github/workflows/acceptance.yml index c611c2b..80294ea 100644 --- a/.github/workflows/acceptance.yml +++ b/.github/workflows/acceptance.yml @@ -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' diff --git a/news/5.bugfix b/news/5.bugfix new file mode 100644 index 0000000..eb1a266 --- /dev/null +++ b/news/5.bugfix @@ -0,0 +1 @@ +Fix production mode in docker setup for acceptance tests @reebalazs