Skip to content

Commit

Permalink
Fix outdated docker compose command in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lebr0nli committed Nov 6, 2024
1 parent 17df279 commit 85f5ca5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v4

- name: Docker Build ${{ matrix.images }}
run: docker-compose build ${{ matrix.images }}
run: docker compose build ${{ matrix.images }}

- name: Test on ${{ matrix.images }}
run: docker-compose run ${{ matrix.images }} ./tests.sh
run: docker compose run ${{ matrix.images }} ./tests.sh

0 comments on commit 85f5ca5

Please sign in to comment.