Do not cache test results!

This problem made translation PRs that passed tests the first time, continue to "pass tests" even after failure
This commit is contained in:
Yair Morgenstern 2023-02-14 22:32:02 +02:00
parent 6a70026fee
commit 6680003555

View File

@ -37,7 +37,7 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v2.3.3
- name: Compile kotlin and build classes
run: ./gradlew classes
@ -45,7 +45,7 @@ jobs:
run: ./gradlew check
- name: Run unit tests
run: ./gradlew tests:test
run: ./gradlew --no-build-cache cleanTest test tests:test
# RELEASE