compile the jar first
This commit is contained in:
2
.github/workflows/gradle.yml
vendored
2
.github/workflows/gradle.yml
vendored
@@ -14,6 +14,8 @@ jobs:
|
|||||||
java-version: 14
|
java-version: 14
|
||||||
- name: Run unit tests with gradle and Java 14
|
- name: Run unit tests with gradle and Java 14
|
||||||
run: ./gradlew compileJava
|
run: ./gradlew compileJava
|
||||||
|
- name: Compile desktop jar
|
||||||
|
run: ./gradlew desktop:dist
|
||||||
- name: Upload desktop jar for testing
|
- name: Upload desktop jar for testing
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user