Skip to content

Commit

Permalink
print logs
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie committed Oct 31, 2024
1 parent cf8a8f8 commit b31c3c7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,19 @@ jobs:
# TODO
true
- name: Service logs
if: always()
continue-on-error: true
run: |
echo "Import logs"
docker compose logs import
echo "Martin logs"
docker compose logs martin
echo "Proxy logs"
docker compose logs martin-proxy
test-tiles:
name: Test tiles
runs-on: ubuntu-latest
Expand Down

0 comments on commit b31c3c7

Please sign in to comment.