Fix ActionCacheTest

This commit is contained in:
Adrien Piquerez 2024-04-15 10:30:38 +02:00
parent 9bc0ba5f5b
commit 763383cadb
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 = s"value/${input}.json"
val valuePath = config.outputDirectory.resolve(s"value/${input}.json").toString
def organicTask: O =
cacheEventLog.append(ActionCacheEvent.NotFound)
// run action(...) and combine the newResult with outputs