Skip to content

Commit

Permalink
👷 Use docker compose V2 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SilviaAmAm committed Apr 3, 2024
1 parent 59c8078 commit bada486
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:

- name: Start CI docker services
run: |
docker-compose -f docker-compose.ci.yml up -d
docker-compose -f docker-compose.camunda.yml up -d
docker compose -f docker-compose.ci.yml up -d
docker compose -f docker-compose.camunda.yml up -d
working-directory: docker

- name: Wait for Camunda to be up
Expand Down Expand Up @@ -145,8 +145,8 @@ jobs:

- name: Start CI docker services
run: |
docker-compose -f docker-compose.ci.yml up -d
docker-compose -f docker-compose.camunda.yml up -d
docker compose -f docker-compose.ci.yml up -d
docker compose -f docker-compose.camunda.yml up -d
working-directory: docker

- name: Wait for Camunda to be up
Expand Down

0 comments on commit bada486

Please sign in to comment.