1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2024-10-05 20:37:25 +03:00

Use JDK 17 for tests

This commit is contained in:
Anuken 2021-09-14 12:25:09 -04:00
parent e23837a4ba
commit eb9c3c8033

View File

@ -17,9 +17,9 @@ jobs:
git tag ${BNUM}
git config --global user.name "Build Uploader"
git push https://Anuken:${{ secrets.API_TOKEN_GITHUB }}@github.com/Anuken/MindustryBuilds ${BNUM}
- name: Set up JDK 16
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 16
java-version: 17
- name: Run unit tests
run: ./gradlew clean cleanTest test