Clean tests before running

This commit is contained in:
Anuken
2020-12-03 11:05:02 -05:00
parent db8d099fcc
commit 51b4078288
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ jobs:
with:
java-version: 14
- name: Run unit tests
run: ./gradlew test
run: ./gradlew clean cleanTest test
- name: Trigger BE build
if: ${{ github.repository == 'Anuken/Mindustry' }}
run: |