Skip to content

Commit

Permalink
chore: enable debug for docker compose
Browse files Browse the repository at this point in the history
Relate to #13
  • Loading branch information
php-coder committed Mar 27, 2024
1 parent 6bbf95c commit 5230d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Start containers
working-directory: docker
run: >-
docker compose up \
docker --debug compose up \
--build \
--detach \
--wait \
Expand Down

0 comments on commit 5230d3c

Please sign in to comment.