mirror of
https://github.com/usebruno/bruno.git
synced 2024-12-22 14:41:04 +01: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:
|
||||
node-version: 16
|
||||
- name: Install dependencies
|
||||
run: npm i
|
||||
run: npm i --legacy-peer-deps
|
||||
- name: Install Playwright Browsers
|
||||
run: npx playwright install --with-deps
|
||||
- name: Run Playwright tests
|
||||
|
Loading…
Reference in New Issue
Block a user