Skip to content

Commit

Permalink
fix: switch to docker compose cmd
Browse files Browse the repository at this point in the history
Signed-off-by: Vasyl Ivanchuk <[email protected]>
  • Loading branch information
vasyl-ivanchuk committed Aug 22, 2024
1 parent 5a985fd commit d5e95d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/api-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Start docker containers
run: |
docker-compose -f "docker-compose.e2e.yaml" up -d --build
docker compose -f "docker-compose.e2e.yaml" up -d --build
- name: Setup Node.js
uses: actions/setup-node@v3
Expand All @@ -56,4 +56,4 @@ jobs:

- name: Stop containers
if: always()
run: docker-compose -f "docker-compose.e2e.yaml" down
run: docker compose -f "docker-compose.e2e.yaml" down

0 comments on commit d5e95d8

Please sign in to comment.