Revert "Fix ActionCacheTest"

This reverts commit 763383cadb.
This commit is contained in:
Adrien Piquerez 2024-04-17 09:01:29 +02:00
parent 771b1d3e84
commit 1765fde1ba
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ object ActionCache:
val cacheEventLog = config.cacheEventLog
val input =
Digest.sha256Hash(codeContentHash, extraHash, Digest.dummy(Hasher.hashUnsafe[I](key)))
val valuePath = config.outputDirectory.resolve(s"value/${input}.json").toString
val valuePath = s"value/${input}.json"
def organicTask: O =
cacheEventLog.append(ActionCacheEvent.NotFound)
// run action(...) and combine the newResult with outputs