Skip to content

Commit

Permalink
Print errors if tests fail
Browse files Browse the repository at this point in the history
  • Loading branch information
willhaines committed Feb 12, 2024
1 parent e2775f7 commit 49e18f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
spec_file: "merlin.spec"
additional_repos: '["epel-release", "https://labs.consol.de/repo/stable/rhel8/x86_64/labs-consol-stable.rhel8.noarch.rpm"]'

- name: print test log
if: failure()
run: cat /github/home/rpmbuild/BUILD/monitor-merlin-2022.06.02/test-suite.log

- name: Upload artifact
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 49e18f6

Please sign in to comment.