Skip to content

Commit

Permalink
Use docker compose command
Browse files Browse the repository at this point in the history
  • Loading branch information
benschwarz authored Nov 17, 2024
1 parent 80b3ba2 commit af8de98
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 af8de98

Please sign in to comment.