Skip to content

Commit

Permalink
Fixes deprecation of docker-compose in github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
toomuchpete committed Sep 10, 2024
1 parent fc732e9 commit 65af142
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,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 sut
docker compose --file docker-compose.test.yml build
docker compose --file docker-compose.test.yml run sut
else
docker build . --file Dockerfile
fi
Expand Down

0 comments on commit 65af142

Please sign in to comment.