diff --git a/.github/workflows/cypress-e2e-test.yaml b/.github/workflows/cypress-e2e-test.yaml index 99b975d56..157f865b6 100644 --- a/.github/workflows/cypress-e2e-test.yaml +++ b/.github/workflows/cypress-e2e-test.yaml @@ -39,13 +39,13 @@ jobs: ~/.docker/cli-plugins/docker-compose -f docker-compose.yml -f docker-compose-ci.yml up -d # ~/.docker/cli-plugins/docker-compose -f localdev/docker-compose.yml -f localdev/docker-compose-ci.yml up -d docker-compose logs postgres - node_modules/.bin/wait-on http://localhost:8080/health/ready --timeout 120000 + node_modules/bin/wait-on http://localhost:8080/health/ready --timeout 120000 cp .env.example .env - name: Run App run: | npm start & - node_modules/.bin/wait-on http://localhost:3000 --timeout 120000 + node_modules/bin/wait-on http://localhost:3000 --timeout 120000 - name: Test DB Availability run: |