mirror of
https://github.com/documenso/documenso.git
synced 2026-06-22 04:12:06 +10:00
9 lines
199 B
YAML
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
|