From 21d14f1f612a8244929f18dd53521d9f315ce76c Mon Sep 17 00:00:00 2001 From: This-Is-Ko <52279273+This-Is-Ko@users.noreply.github.com> Date: Mon, 2 Oct 2023 01:25:16 +1100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c2fca94..fad70dd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,11 +28,17 @@ jobs: - name: Test run: ./gradlew test --continue - - name: Report - uses: dorny/test-reporter@v1 - if: always() + # - name: Report + # uses: dorny/test-reporter@v1 + # if: always() + # with: + # name: Maven Tests + # path: '**/build/test-results/TEST-*.xml' + # reporter: java-junit + # fail-on-error: true + + - name: Upload coverage for matrix module + uses: actions/upload-artifact@v2 with: - name: Maven Tests - path: '**/build/test-results/TEST-*.xml' - reporter: java-junit - fail-on-error: true + name: test-case reports + path: build/github