Files
documenso/.github/actions/playwright-install/action.yml
T
2026-05-13 15:06:06 +10:00

9 lines
199 B
YAML

name: Install playwright binaries
description: 'Install playwright'
runs:
using: 'composite'
steps:
- name: Install playwright
run: npx playwright install --with-deps
shell: bash