Skip to content

Commit

Permalink
ci: group container logs
Browse files Browse the repository at this point in the history
  • Loading branch information
JSPRH committed Feb 22, 2024
1 parent 174bce2 commit 2fc0f56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,12 @@ jobs:
- name: Print Container Logs
if: ${{ failure() && steps.e2e-tests.conclusion == 'failure' }}
run: |
echo "::group::Kordis API Container Logs"
docker logs kordis-api-container
echo "::endgroup::"
echo "::group::Kordis SPA Container Logs"
docker logs kordis-spa-container
echo "::endgroup::"
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
Expand Down

0 comments on commit 2fc0f56

Please sign in to comment.