mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-24 09:56:32 +07:00
too soon, apparently
This commit is contained in:
parent
eb9c3c8033
commit
72841afd96
4
.github/workflows/push.yml
vendored
4
.github/workflows/push.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user