mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 08:11:07 -05:00
Mention that CACHE_DEBUG_ENABLED
will disable parallel save/restore
This commit is contained in:
parent
78e25cd233
commit
aedc5fc8f9
1 changed files with 2 additions and 0 deletions
|
@ -191,6 +191,8 @@ env:
|
|||
CACHE_DEBUG_ENABLED: true
|
||||
```
|
||||
|
||||
Note that this setting will also prevent certain cache operations from running in parallel, further assisting with debugging.
|
||||
|
||||
## Build scans
|
||||
|
||||
If your build publishes a [build scan](https://gradle.com/build-scans/) the `gradle-build-action` action will:
|
||||
|
|
Loading…
Reference in a new issue