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

@ -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