From 85390ce09c255ee153f196fe7b0dcdbdcbb74312 Mon Sep 17 00:00:00 2001 From: TaeyeonRoyce Date: Tue, 23 Jan 2024 21:48:21 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20CI=20test=20results=20=EA=B2=BD=EB=A1=9C?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gradle-CI.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/gradle-CI.yml b/.github/workflows/gradle-CI.yml index 292c3ae6..4a283d0f 100644 --- a/.github/workflows/gradle-CI.yml +++ b/.github/workflows/gradle-CI.yml @@ -31,12 +31,6 @@ jobs: - name: Generate JUnit test results as a comment uses: EnricoMi/publish-unit-test-result-action@v2 - if: ${{ always() }} - with: - files: 'build/test-results/test/*.xml' - - - name: Registered comments on the failed code line when a test fails. - uses: mikepenz/action-junit-report@v3 if: always() with: - report_paths: 'build/test-results/test/TEST-*.xml' + files: '**/build/test-results/test/TEST-*.xml'