mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-06-06 08:16:11 +02:00
Extract cache-reporting into separate file
Cache reporting is self-contained enough that it deserves some separation.
This commit is contained in:
parent
69aad1f173
commit
253d6427fd
5 changed files with 129 additions and 126 deletions
|
@ -1,4 +1,4 @@
|
|||
import {CacheEntryListener, CacheListener} from '../src/cache-base'
|
||||
import {CacheEntryListener, CacheListener} from '../src/cache-reporting'
|
||||
|
||||
describe('caching report', () => {
|
||||
describe('reports not fully restored', () => {
|
Loading…
Add table
Add a link
Reference in a new issue