From 2bc906868dd7a838fe32f585ab7c9fa9a84f2294 Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Fri, 17 Mar 2023 02:30:51 -0500 Subject: [PATCH] Always upload test reports --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index eb18cbde0..fbcd7d362 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,4 +39,5 @@ jobs: uses: actions/upload-artifact@v3 with: name: test-reports + if: always() path: app/build/reports/**