Skip to content

Commit

Permalink
chore: use docker-compose instead of docker compose in ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
Jipperism committed Oct 30, 2023
1 parent 985ce11 commit 822c124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"e2e:serve-for-dev": "(pnpm e2e:infra-down || true) && docker compose -f docker/compose.yaml --env-file ./.env.local --env-file ./docker/base.env --env-file ./docker/dev.env up",
"e2e:serve-for-test": "(pnpm e2e:infra-down || true) && ENVIRONMENT=tests docker compose -f docker/compose.yaml --env-file ./docker/base.env --env-file ./docker/dev.env --env-file ./.env.local --profile testing up",
"e2e:run-tests": "(pnpm e2e:infra-down || true) && docker compose -f docker/compose.yaml --env-file ./docker/base.env --env-file ./docker/e2e.env --profile testing run --service-ports playwright",
"e2e:ci-run-tests": "CI=1 docker compose -f docker/compose.yaml --env-file ./docker/base.env --env-file ./docker/e2e.env --profile testing run --service-ports playwright",
"e2e:ci-run-tests": "CI=1 docker-compose -f docker/compose.yaml --env-file ./docker/base.env --env-file ./docker/e2e.env --profile testing run --service-ports playwright",
"e2e:ci-logs": "CI=1 docker compose -f docker/compose.yaml --env-file ./docker/base.env --env-file ./docker/e2e.env --profile testing logs",
"e2e:infra-down": "docker compose -f docker/compose.yaml --env-file ./docker/base.env --env-file ./.env.local --env-file ./docker/base.env down",
"e2e:clean": "pnpm e2e:infra-down --volumes",
Expand Down

0 comments on commit 822c124

Please sign in to comment.