Skip to content

Commit

Permalink
Fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiang authored Nov 23, 2024
1 parent 885fdbb commit 95baf3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: composer install --prefer-dist --no-progress

- name: Run containers
run: docker-compose up -d --quiet-pull
run: docker compose up -d --quiet-pull

- name: Wait for XMPP to become available
uses: iFaxity/wait-on-action@v1
Expand All @@ -75,7 +75,7 @@ jobs:

- name: Stop containers
if: always()
run: docker-compose down --volumes
run: docker compose down --volumes

unittest:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 95baf3b

Please sign in to comment.