Skip to content

Commit

Permalink
Add log for test
Browse files Browse the repository at this point in the history
  • Loading branch information
DelevoXDG committed Oct 9, 2024
1 parent 58a3e0f commit 57bbad5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cache-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export async function getCacheKey(scarbLockfilePath) {

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

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

0 comments on commit 57bbad5

Please sign in to comment.