Skip to content

Commit a643160

Browse files
committed
Fix Docker command syntax
1 parent 417d0af commit a643160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# Step 2: Build and run our Docker containers
2727
# This is the *exact* command we've been using!
2828
- name: Run E2E Tests with Docker Compose
29-
run: docker-compose up --build --abort-on-container-exit
29+
run: docker compose up --build --abort-on-container-exit
3030

3131
# Step 3: Upload Allure results as an artifact
3232
# This saves the 'allure-results' folder from the server

0 commit comments

Comments
 (0)