Fix GitHub integration with tests
This commit is contained in:
parent
85faee64ea
commit
222774bc6f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pull-request-jobs.yml
vendored
4
.github/workflows/pull-request-jobs.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue