Skip to content

Commit 6a56e9b

Browse files
committed
Test installation success
1 parent 08d8816 commit 6a56e9b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

action.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,8 @@ runs:
127127
PKG="playwright@${{ inputs.playwright-version }}"
128128
fi
129129
echo "Installing $PKG globally (skip browser download)..."
130-
npm i -g --no-audit --no-fund "$PKG" >/dev/null
131-
npm bin -g
132-
130+
npm i -g --no-audit --no-fund "$PKG"
131+
command -v playwright || true
133132
- name: Install browsers
134133
shell: bash
135134
env:

0 commit comments

Comments
 (0)