We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d8816 commit 6a56e9bCopy full SHA for 6a56e9b
1 file changed
action.yml
@@ -127,9 +127,8 @@ runs:
127
PKG="playwright@${{ inputs.playwright-version }}"
128
fi
129
echo "Installing $PKG globally (skip browser download)..."
130
- npm i -g --no-audit --no-fund "$PKG" >/dev/null
131
- npm bin -g
132
-
+ npm i -g --no-audit --no-fund "$PKG"
+ command -v playwright || true
133
- name: Install browsers
134
shell: bash
135
env:
0 commit comments