Skip to content

Commit 57bbad5

Browse files
committed
Add log for test
1 parent 58a3e0f commit 57bbad5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/cache-utils.js

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ export async function getCacheKey(scarbLockfilePath) {
7171

7272
async function getScarbLockfilePath(scarbLockfilePath) {
7373
const lockfilePath = scarbLockfilePath || "Scarb.lock";
74+
core.info(`Using Scarb.lock file: ${lockfilePath}`);
7475

7576
await fs.access(lockfilePath).catch((_) => {
7677
throw new Error("failed to find Scarb.lock");

0 commit comments

Comments
 (0)