Skip to content

Commit

Permalink
chore: enable docker compose colored output
Browse files Browse the repository at this point in the history
  • Loading branch information
KSmanis committed Oct 5, 2024
1 parent 253109a commit 65f27d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
IMAGE: ${{ steps.build.outputs.imageid }}
TEST_IMAGE: ${{ steps.build-test.outputs.imageid }}
run: |
docker compose -f docker-compose.test.yml -p test up \
docker compose --ansi always -f docker-compose.test.yml -p test up \
--exit-code-from distcc-${{ matrix.target }}-client \
distcc-${{ matrix.target }}-client distcc-${{ matrix.target }}-server
- name: Log in to Docker Hub
Expand Down

0 comments on commit 65f27d2

Please sign in to comment.