diff --git a/.github/workflows/deployment_tests.yml b/.github/workflows/deployment_tests.yml index f470065d28..5498ab7228 100644 --- a/.github/workflows/deployment_tests.yml +++ b/.github/workflows/deployment_tests.yml @@ -57,7 +57,7 @@ jobs: run: cat /etc/hosts - name: Wait - run: packages/scripts/node_modules/.bin/wait-on --httpTimeout 20000 http-get://127.0.0.1:55001/plone + run: packages/scripts/node_modules/.bin/wait-on --httpTimeout 20000 http-get://127.0.0.1:8080/plone - name: Run tests run: curl http://localhost:3000 || true