mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
👷 improving playwright install speed (#452)
* 👷 improving playwright install speed
* use chromium
This commit is contained in:
committed by
GitHub
parent
0a1d51f46d
commit
0e1cef699e
4
.github/workflows/e2e-test.yml
vendored
4
.github/workflows/e2e-test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user