too soon, apparently

This commit is contained in:
Anuken 2021-09-14 12:29:29 -04:00
parent eb9c3c8033
commit 72841afd96

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 17
- name: Set up JDK 16
uses: actions/setup-java@v1
with:
java-version: 17
java-version: 16
- name: Run unit tests
run: ./gradlew clean cleanTest test