Skip to content

Commit

Permalink
👷 improving playwright install speed (#452)
Browse files Browse the repository at this point in the history
* 👷  improving playwright install speed

* use chromium
  • Loading branch information
MatissJanis authored Jan 16, 2023
1 parent 0a1d51f commit 0e1cef6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
id: wait-for-Netlify
Expand Down

0 comments on commit 0e1cef6

Please sign in to comment.