From cd0ae00f91839d4d7c98ffaf64485a0c296ad1d1 Mon Sep 17 00:00:00 2001 From: Colin Alworth Date: Thu, 6 May 2021 15:09:05 -0500 Subject: [PATCH] more ci tasks need to check xml files --- .github/workflows/check-ci.yml | 2 +- .github/workflows/long-check-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-ci.yml b/.github/workflows/check-ci.yml index 1c24063380a..0d749ec40de 100644 --- a/.github/workflows/check-ci.yml +++ b/.github/workflows/check-ci.yml @@ -40,4 +40,4 @@ jobs: if: always() with: name: check-ci-results - path: '**/build/test-results/test/TEST-*.xml' + path: '**/build/test-results/*/TEST-*.xml' diff --git a/.github/workflows/long-check-ci.yml b/.github/workflows/long-check-ci.yml index 56b69ef26a5..c8878dbbe45 100644 --- a/.github/workflows/long-check-ci.yml +++ b/.github/workflows/long-check-ci.yml @@ -39,4 +39,4 @@ jobs: if: always() with: name: long-check-ci-results - path: '**/build/test-results/test/TEST-*.xml' + path: '**/build/test-results/*/TEST-*.xml'