We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6cef81 commit b1e3383Copy full SHA for b1e3383
.github/workflows/actions/test-angular-e2e/action.yml
@@ -32,6 +32,10 @@ runs:
32
run: npm install
33
shell: bash
34
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 }}
39
- name: Sync Built Changes
40
run: npm run sync
41
0 commit comments