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
4
.github/workflows/buildAndDeploy.yml
vendored
4
.github/workflows/buildAndDeploy.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user