Skip to content

Commit

Permalink
Merge pull request #294 from calibreapp/docker-compose
Browse files Browse the repository at this point in the history
⬆️ Use (newer) `docker compose` command in build
  • Loading branch information
benschwarz authored Nov 17, 2024
2 parents 80b3ba2 + af8de98 commit 2eb4576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Run tests
run: |
if [ -f docker-compose.test.yml ]; then
docker-compose --file docker-compose.test.yml build
docker-compose --file docker-compose.test.yml run test
docker compose --file docker-compose.test.yml build
docker compose --file docker-compose.test.yml run test
else
docker build . --file Dockerfile
fi
Expand Down

0 comments on commit 2eb4576

Please sign in to comment.