Rename option to lookupOnly

This commit is contained in:
Marc Mueller
2023-02-21 12:37:48 +01:00
parent eb06c21794
commit a3849b77ae
4 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -280,7 +280,7 @@ test('restore with cache found for restore key', async () => {
test('restore with dry run', async () => {
const paths = ['node_modules']
const key = 'node-test'
const options = {dryRun: true}
const options = {lookupOnly: true}
const cacheEntry: ArtifactCacheEntry = {
cacheKey: key,