From c9aa10787986d32ffa0ce2619e0854bc2f5727e0 Mon Sep 17 00:00:00 2001 From: Jason Penilla <11360596+jpenilla@users.noreply.github.com> Date: Wed, 23 Nov 2022 15:48:49 -0700 Subject: [PATCH] Update test results action --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5582b736..7d56d692 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: - name: Build run: ./gradlew build - name : Test Summary - uses : EnricoMi/publish-unit-test-result-action@v1 + uses : EnricoMi/publish-unit-test-result-action@v2.2.0 with : files : "**/build/test-results/test/TEST-*.xml" if : always()