diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3e64a3a..fcf6624 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,6 +14,18 @@ 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: tree /github/home/rpmbuild/BUILD + + - name: print test log + if: failure() + run: tree /var/tmp + + - name: print test log + if: failure() + run: cat /var/tmp/**/test-suite.log + - name: Upload artifact uses: actions/upload-artifact@v1.0.0 with: