Skip to content

Commit 2d8b12b

Browse files
committed
chore: adding logs
1 parent a545729 commit 2d8b12b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "playwright-last-failed",
33
"description": "GitHub Actions TypeScript template that runs last failed Playwright tests using Currents cache",
4-
"version": "1.1.3",
4+
"version": "1.1.4",
55
"author": "",
66
"private": true,
77
"homepage": "https://github.com/actions/typescript-action",

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ async function run(): Promise<void> {
4343
try {
4444
const inputs = getInputs()
4545

46-
await exec.exec('npm install -g @currents/cmd')
46+
await exec.exec('npm install -g @currents/cmd');
47+
await exec.exec('npm list brace-expansion');
4748

4849
const useAPI = inputs.useAPI || inputs.or8n
4950
core.saveState('or8n', useAPI)

0 commit comments

Comments
 (0)