Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
klaus993 committed Oct 3, 2024
1 parent 5a375e1 commit 7a01390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: sudo make docker_up

- name: Logs
run: sleep 30 && sudo docker-compose -f "docker-compose.yaml" logs
run: sleep 30 && sudo docker compose -f "docker-compose.yaml" logs

- name: Stop containers
if: always()
Expand Down

0 comments on commit 7a01390

Please sign in to comment.