mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-26 15:27:19 +07:00
compile the jar first
This commit is contained in:
parent
61582fed3a
commit
647911725b
2
.github/workflows/gradle.yml
vendored
2
.github/workflows/gradle.yml
vendored
@ -14,6 +14,8 @@ jobs:
|
||||
java-version: 14
|
||||
- name: Run unit tests with gradle and Java 14
|
||||
run: ./gradlew compileJava
|
||||
- name: Compile desktop jar
|
||||
run: ./gradlew desktop:dist
|
||||
- name: Upload desktop jar for testing
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user