Fix GitHub integration with tests

This commit is contained in:
Gergely Hegedus 2022-01-28 00:38:03 +02:00
parent 85faee64ea
commit 222774bc6f

View file

@ -65,11 +65,11 @@ jobs:
distribution: 'adopt' distribution: 'adopt'
java-version: '11' java-version: '11'
- name: Run Unit Tests - name: Run Unit Tests
run: ./gradlew unitTests run: ./gradlew jvmTests
- name: Upload Test Results - name: Upload Test Results
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
if: always() if: always()
with: with:
name: Unit Test Results name: JVM Test Results
path: ./**/build/reports/tests/**/index.html path: ./**/build/reports/tests/**/index.html
retention-days: 1 retention-days: 1