Skip to content

Commit f83d000

Browse files
committed
Add prefix to check for real cache hits more easily
1 parent cd25dd8 commit f83d000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/caching/github-actions-cache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ ${blockIds.map((blockId) => ` <Uncommitted>${blockId}</Uncommitted>`).join('\n'
552552
}
553553

554554
#computeCacheKey(script: ScriptReference): string {
555-
return `wireit-${createHash('sha256')
555+
return `TEST_wireit-${createHash('sha256')
556556
.update(scriptReferenceToString(script))
557557
.digest('hex')}`;
558558
}

0 commit comments

Comments
 (0)