Skip to content

Commit fc908ed

Browse files
chore: build the action
1 parent 0d5803d commit fc908ed

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dist/restore-only/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -85012,6 +85012,7 @@ function restoreCache(key, ref) {
8501285012
yield (0, mergeStoreDatabases_1.mergeStoreDatabases)(tempDir, dbPath1, dbPath2, dbPath);
8501385013
utils.info(`Checking the store database.`);
8501485014
yield utils.run(`sqlite3 "${dbPath}" 'PRAGMA integrity_check;'`);
85015+
utils.info(`The store database is consistent.`);
8501585016
}
8501685017
return cacheKey;
8501785018
}

dist/restore/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -85012,6 +85012,7 @@ function restoreCache(key, ref) {
8501285012
yield (0, mergeStoreDatabases_1.mergeStoreDatabases)(tempDir, dbPath1, dbPath2, dbPath);
8501385013
utils.info(`Checking the store database.`);
8501485014
yield utils.run(`sqlite3 "${dbPath}" 'PRAGMA integrity_check;'`);
85015+
utils.info(`The store database is consistent.`);
8501585016
}
8501685017
return cacheKey;
8501785018
}

0 commit comments

Comments
 (0)