Skip to content

Commit 3576d14

Browse files
authored
Update docker compose command
1 parent 92cc62f commit 3576d14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dockerpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
- name: Run tests
2929
run: |
3030
if [ -f docker-compose.test.yml ]; then
31-
docker-compose --file docker-compose.test.yml build
32-
docker-compose --file docker-compose.test.yml run sut
31+
docker compose --file docker-compose.test.yml build
32+
docker compose --file docker-compose.test.yml run sut
3333
else
3434
docker build . --file Dockerfile
3535
fi

0 commit comments

Comments
 (0)