From 4f6bba6cb10e87adfbf851c1bc2754a9c9cc23e3 Mon Sep 17 00:00:00 2001 From: Gergely Hegedus Date: Tue, 19 Jul 2022 14:13:35 +0300 Subject: [PATCH] Update artifact of JVM tests to include all HTML files --- .github/workflows/pull-request-jobs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-jobs.yml b/.github/workflows/pull-request-jobs.yml index f6915ca..e1a402e 100644 --- a/.github/workflows/pull-request-jobs.yml +++ b/.github/workflows/pull-request-jobs.yml @@ -71,7 +71,7 @@ jobs: if: always() with: name: JVM Test Results - path: ./**/build/reports/tests/**/index.html + path: ./**/build/reports/tests/**/*.html retention-days: 1 run-tests-on-emulator: