install edge
parent
d53c287a61
commit
93ef3984ab
|
@ -133,7 +133,9 @@ jobs:
|
|||
node-version: "14.x"
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
run: |
|
||||
npm ci
|
||||
npx playwright install msedge
|
||||
|
||||
- name: Run Playwright tests
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue