install edge

pull/157/head
Marcus Felling 2022-09-26 11:36:09 -05:00
parent d53c287a61
commit 93ef3984ab
No known key found for this signature in database
GPG Key ID: 89EBCF55B58D842F
1 changed files with 3 additions and 1 deletions

View File

@ -133,7 +133,9 @@ jobs:
node-version: "14.x" node-version: "14.x"
- name: Install dependencies - name: Install dependencies
run: npm ci run: |
npm ci
npx playwright install msedge
- name: Run Playwright tests - name: Run Playwright tests
run: | run: |