[update] run clean before tests

This commit is contained in:
Milos Obrenovic 2025-02-14 15:04:38 +01:00
parent 14f84d4285
commit e700598bdf

View file

@ -39,8 +39,9 @@ jobs:
uses: actions/checkout@v4
-
name: Run tests w/ Gradle
run: ./gradlew test
run: ./gradlew clean test
build:
runs-on: ubuntu-latest