We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0c166e commit 9044d3dCopy full SHA for 9044d3d
.github/workflows/build.yml
@@ -86,7 +86,7 @@ jobs:
86
IMAGE: ${{ steps.build.outputs.imageid }}
87
TEST_IMAGE: ${{ steps.build-test.outputs.imageid }}
88
run: |
89
- docker compose -f docker-compose.test.yml -p test up \
+ docker compose --ansi always -f docker-compose.test.yml -p test up \
90
--exit-code-from distcc-${{ matrix.target }}-client \
91
distcc-${{ matrix.target }}-client distcc-${{ matrix.target }}-server
92
- name: Log in to Docker Hub
0 commit comments