Update pr.yml

This commit is contained in:
Anuken 2024-01-26 19:07:32 -05:00 committed by GitHub
parent 083168f7e0
commit 1c40e3bbf2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,8 +17,10 @@ jobs:
java-version: 17
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Run unit tests
run: ./gradlew clean cleanTest test --stacktrace
- name: Run unit tests and build JAR
run: ./gradlew test desktop:dist
run: ./gradlew desktop:dist
- name: Upload desktop JAR for testing
uses: actions/upload-artifact@v2
with: