👷 improving playwright install speed (#452)

* 👷  improving playwright install speed

* use chromium
This commit is contained in:
Matiss Janis Aboltins
2023-01-16 19:48:52 +00:00
committed by GitHub
parent 0a1d51f46d
commit 0e1cef699e

View File

@@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Playwright
run: npx playwright install --with-deps
- name: Set up environment
uses: ./.github/actions/setup
- name: Setup Playwright
run: npx playwright install chromium --with-deps
- name: Wait for Pages changed to neutral
uses: fountainhead/action-wait-for-check@v1.0.0
id: wait-for-Netlify