try fix playwright tests

pull/184/head
James Montemagno 2022-12-06 21:30:54 -08:00 committed by GitHub
parent 2a67c5fe3c
commit 2493483d0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -57,6 +57,9 @@ jobs:
- name: Install dependencies
run: npm ci
-name: install edge
run: npx playwright install msedge
- name: Run Playwright tests
run: |

View File

@ -39,7 +39,7 @@ const config: PlaywrightTestConfig = {
{
name: 'Microsoft Edge',
use: {
channel: 'msedge-dev',
channel: 'msedge',
},
},
],