Skip to content
Snippets Groups Projects
Unverified Commit 0e1cef69 authored by Matiss Janis Aboltins's avatar Matiss Janis Aboltins Committed by GitHub
Browse files

:construction_worker: improving playwright install speed (#452)

* :construction_worker:  improving playwright install speed

* use chromium
parent 0a1d51f4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment