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 50782ae commit c62ec82Copy full SHA for c62ec82
.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.yaml up --exit-code-from tests
+ pwd && ls -la && 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