From 222774bc6f3662e2c78f0b7795499aee05f6d890 Mon Sep 17 00:00:00 2001 From: Gergely Hegedus Date: Fri, 28 Jan 2022 00:38:03 +0200 Subject: [PATCH] Fix GitHub integration with tests --- .github/workflows/pull-request-jobs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request-jobs.yml b/.github/workflows/pull-request-jobs.yml index 2b4d0af..82508f3 100644 --- a/.github/workflows/pull-request-jobs.yml +++ b/.github/workflows/pull-request-jobs.yml @@ -65,11 +65,11 @@ jobs: distribution: 'adopt' java-version: '11' - name: Run Unit Tests - run: ./gradlew unitTests + run: ./gradlew jvmTests - name: Upload Test Results uses: actions/upload-artifact@v2 if: always() with: - name: Unit Test Results + name: JVM Test Results path: ./**/build/reports/tests/**/index.html retention-days: 1