Fix playright browser installs due to upstream breaking change (#55740)

This commit is contained in:
Jake Bailey
2023-09-14 08:44:55 -07:00
committed by GitHub
parent a563de9e49
commit 47e4448d57
5 changed files with 76 additions and 13 deletions

View File

@@ -97,8 +97,8 @@ jobs:
check-latest: true
- run: npm ci
- name: Adding playwright
run: npm install --no-save --no-package-lock playwright
- name: Installing browsers
run: npx playwright install --with-deps
- name: Validate the browser can import TypeScript
run: npx hereby test-browser-integration

View File

@@ -30,8 +30,8 @@ jobs:
run: |
npm ci
npm test
- name: Adding playwright
run: npm install --no-save --no-package-lock playwright
- name: Installing browsers
run: npx playwright install --with-deps
- name: Validate the browser can import TypeScript
run: npx hereby test-browser-integration
- name: LKG, clean, and pack