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 bd29ca4 commit 50782aeCopy full SHA for 50782ae
.github/workflows/build_test.yaml
@@ -77,7 +77,7 @@ jobs:
77
78
- name: Run tests with Docker Compose
79
run: |
80
- docker-compose -f docker-compose.yml up --exit-code-from tests
+ docker-compose -f docker-compose.yaml up --exit-code-from tests
81
env:
82
IMAGE_TAG: ${{ github.sha }}
83
REGISTRY: ${{ env.REGISTRY }}
0 commit comments