Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Commit

Permalink
Print logs on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
AetherUnbound committed Aug 3, 2022
1 parent 0100a7e commit 9eed1f9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ jobs:
just build
just test --extended
- name: Print logs
if: failure()
run: just logs


push:
name: Publish Docker images
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9eed1f9

Please sign in to comment.