mirror of
https://github.com/yairm210/Unciv.git
synced 2025-08-03 20:48:49 -04:00
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:
parent
6a70026fee
commit
6680003555
2
.github/workflows/buildAndDeploy.yml
vendored
2
.github/workflows/buildAndDeploy.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user