mirror of
https://github.com/usebruno/bruno.git
synced 2025-06-21 12:33:34 +02:00
chore: allow legacy peer deps while while running playwright tests
This commit is contained in:
parent
5d25fdcf7a
commit
4c18c27406
2
.github/workflows/playwright.yml
vendored
2
.github/workflows/playwright.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm i
|
run: npm i --legacy-peer-deps
|
||||||
- name: Install Playwright Browsers
|
- name: Install Playwright Browsers
|
||||||
run: npx playwright install --with-deps
|
run: npx playwright install --with-deps
|
||||||
- name: Run Playwright tests
|
- name: Run Playwright tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user