From 7c3b51049f9ebfe654015ba1544d8222b5118a0b Mon Sep 17 00:00:00 2001 From: Matthias Bernt Date: Mon, 24 Jun 2024 09:45:29 +0200 Subject: [PATCH] create combined markdown report in weekly CI --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f2ecdfe79a3..5d8921784d7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -200,6 +200,7 @@ jobs: with: mode: combine html-report: true + markdown-report: true - uses: actions/upload-artifact@v4 with: name: 'All tool test results'