mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 17:12:51 +00:00
Document the CACHE_DEBUG_ENABLED
flag
This commit is contained in:
parent
29894757f3
commit
78e25cd233
1 changed files with 9 additions and 0 deletions
|
@ -182,6 +182,15 @@ You can enable read-only caching for any of the caches as follows:
|
||||||
cache-read-only: true
|
cache-read-only: true
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Cache debugging
|
||||||
|
|
||||||
|
It is possible to enable additional debug logging for cache operations. You do via the `CACHE_DEBUG_ENABLED` environment variable:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
env:
|
||||||
|
CACHE_DEBUG_ENABLED: true
|
||||||
|
```
|
||||||
|
|
||||||
## Build scans
|
## Build scans
|
||||||
|
|
||||||
If your build publishes a [build scan](https://gradle.com/build-scans/) the `gradle-build-action` action will:
|
If your build publishes a [build scan](https://gradle.com/build-scans/) the `gradle-build-action` action will:
|
||||||
|
|
Loading…
Reference in a new issue