Skip to content

Commit

Permalink
make playwright available in path
Browse files Browse the repository at this point in the history
  • Loading branch information
fmartingr committed Dec 25, 2024
1 parent 02104d1 commit 96052a0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ jobs:
with:
node-version: lts/*

- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Install Playwright
run: npx install playwright

- name: Install browsers
run: playwright install --with-deps

- run: make e2e

0 comments on commit 96052a0

Please sign in to comment.