Skip to content

Commit 9044d3d

Browse files
committed
chore: enable docker compose colored output
1 parent b0c166e commit 9044d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
IMAGE: ${{ steps.build.outputs.imageid }}
8787
TEST_IMAGE: ${{ steps.build-test.outputs.imageid }}
8888
run: |
89-
docker compose -f docker-compose.test.yml -p test up \
89+
docker compose --ansi always -f docker-compose.test.yml -p test up \
9090
--exit-code-from distcc-${{ matrix.target }}-client \
9191
distcc-${{ matrix.target }}-client distcc-${{ matrix.target }}-server
9292
- name: Log in to Docker Hub

0 commit comments

Comments
 (0)