Skip to content

Commit b1e3383

Browse files
committed
chore(CI): install playwright
1 parent a6cef81 commit b1e3383

File tree

1 file changed

+4
-0
lines changed
  • .github/workflows/actions/test-angular-e2e

1 file changed

+4
-0
lines changed

.github/workflows/actions/test-angular-e2e/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ runs:
3232
run: npm install
3333
shell: bash
3434
working-directory: ./packages/angular/test/build/${{ inputs.app }}
35+
- name: Install Playwright Browsers
36+
run: npx playwright install
37+
shell: bash
38+
working-directory: ./packages/angular/test/build/${{ inputs.app }}
3539
- name: Sync Built Changes
3640
run: npm run sync
3741
shell: bash

0 commit comments

Comments
 (0)