From 9d23608761cb437d394b1de7d6de0af3781b5d95 Mon Sep 17 00:00:00 2001 From: Ivan Gagis Date: Wed, 21 Apr 2021 16:44:41 +0300 Subject: [PATCH] test GA reports --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10699e7..01dfef9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,9 +51,9 @@ jobs: - name: build run: dpkg-buildpackage --unsigned-source --unsigned-changes - name: publish test report - uses: mikepenz/action-junit-report@v2.3.0 + uses: mikepenz/action-junit-report@v2.3.1 with: - report_paths: 'tests/basic/junit.xml' + report_paths: 'tests/*/junit.xml' github_token: ${{ secrets.GITHUB_TOKEN }} check_name: "test report: ${{ github.job }} - ${{ matrix.image_owner }}${{ matrix.os }}:${{ matrix.codename }}" suite_regex: '*'