Skip to content

Commit

Permalink
ci: bump to docker compose v2
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Aug 5, 2024
1 parent 2be0065 commit 3d1dfe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
- name: Run Conformance Suite
working-directory: ./conformance-suite
run: |
docker-compose -f docker-compose-dev.yml up -d
docker compose -f docker-compose-dev.yml up -d
while ! curl -skfail https://localhost.emobix.co.uk:8443/api/runner/available >/dev/null; do sleep 2; done
- name: Adjust configuration files for CI
run: |
Expand All @@ -240,5 +240,5 @@ jobs:
working-directory: ./conformance-suite
run: |
killall -SIGINT node
docker-compose -f docker-compose-dev.yml down
docker compose -f docker-compose-dev.yml down
sudo rm -rf mongo

0 comments on commit 3d1dfe4

Please sign in to comment.