Skip to content

Commit 4f04d86

Browse files
committed
Check if the playwright directory is found
1 parent 2e13ce2 commit 4f04d86

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/src/playwright-cache

1 file changed

+1
-1
lines changed

.github/actions/src/playwright-cache/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ async function main() {
5555

5656
const playwrightDir = tc.find('playwright', version);
5757

58-
console.log(playwrightDir);
58+
core.info(playwrightDir);
5959
}
6060

6161
await main();

0 commit comments

Comments
 (0)