Skip to content

Commit

Permalink
ci: always print logs for debug
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb authored Aug 3, 2024
1 parent afe7fa5 commit 4f7a99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sztp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: ./scripts/tests.sh

- name: Logs
if: failure()
if: always()
run: docker compose logs

- name: Stop containers
Expand Down

0 comments on commit 4f7a99e

Please sign in to comment.