ci: disable playwright install by default (#1715)

This commit is contained in:
Himself65
2023-03-27 23:21:51 -05:00
committed by GitHub
parent 3e10f49fc7
commit f478c9ce9e
3 changed files with 12 additions and 2 deletions

View File

@@ -59,6 +59,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: ./.github/actions/setup-node
with:
playwright-install: true
- name: Download artifact
uses: actions/download-artifact@v3
with: