Skip to content

Commit

Permalink
Updated docker compose commands
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjn-mt committed Aug 20, 2024
1 parent b0b2dd5 commit e8e3fc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/end-to-end-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ jobs:
path: tests/cypress/screenshots/
- name: Stop containers
if: always()
run: docker-compose --file "docker-compose.e2e.yml" down
run: docker compose --file "docker-compose.e2e.yml" down
2 changes: 1 addition & 1 deletion webapp/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
path: cypress/screenshots/
- name: Stop containers
if: always()
run: docker-compose --file "docker-compose.e2e.yml" down
run: docker compose --file "docker-compose.e2e.yml" down

lint_check:
name: Lint check
Expand Down

0 comments on commit e8e3fc9

Please sign in to comment.