Skip to content

Commit

Permalink
Update run-e2e-tests.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
samjcombs authored Nov 12, 2024
1 parent e8784fd commit bc5b494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-e2e-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ async function runE2ETests() {
process.exit(1);
} finally {
console.log("Shutting down Docker containers...");
execSync("docker-compose -f docker-compose.e2e.yml down", {
execSync("docker compose -f docker-compose.e2e.yml down", {
stdio: "inherit",
});
console.log("Docker containers shut down.");
Expand Down

0 comments on commit bc5b494

Please sign in to comment.