Skip to content

Commit c2e5229

Browse files
committed
Enable CI debug
1 parent a22f26b commit c2e5229

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- name: Run tests
3131
run: ./run_test.sh
3232
shell: bash
33+
- name: Show logs
34+
if: ${{ failure() }}
35+
run: docker-compose logs
3336
# - name: Upload coverage to Codecov
3437
# uses: codecov/codecov-action@v3
3538
# with:

0 commit comments

Comments
 (0)