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'
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