From 14d9814d432d85365ea78f97945f0202a836ec41 Mon Sep 17 00:00:00 2001 From: Katerina Koukiou Date: Thu, 18 Apr 2024 12:26:14 +0200 Subject: [PATCH] Revert "test template check" This reverts commit 8713154fd84483df1d9ad9b3174648348e10347f. --- .github/workflows/tests.yml | 7 +++++++ .github/workflows/tests.yml.j2 | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1f1b11a18d62..37f8cb006591 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -112,3 +112,10 @@ jobs: - name: Run RPM tests in container run: make -f Makefile.am container-rpm-test + + - name: Upload test logs + if: always() + uses: actions/upload-artifact@v4 + with: + name: 'logs-rpm-test (${{ matrix.ci_tag }})' + path: test-logs/* diff --git a/.github/workflows/tests.yml.j2 b/.github/workflows/tests.yml.j2 index 13b20d039dc1..f09baf45b4e0 100644 --- a/.github/workflows/tests.yml.j2 +++ b/.github/workflows/tests.yml.j2 @@ -198,3 +198,10 @@ jobs: - name: Run RPM tests in container run: make -f Makefile.am container-rpm-test + + - name: Upload test logs + if: always() + uses: actions/upload-artifact@v4 + with: + name: 'logs-rpm-test (${{ matrix.ci_tag }})' + path: test-logs/*