From 06148f4abd13ac3afede832cbbdef410006d5033 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:31:46 +1100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fad70dd..fadf086 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,8 +37,8 @@ jobs: # reporter: java-junit # fail-on-error: true - - name: Upload coverage for matrix module + - name: Upload test report uses: actions/upload-artifact@v2 with: name: test-case reports - path: build/github + path: build/test-results