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 8e6ed84 commit ea457f9Copy full SHA for ea457f9
.github/workflows/end-to-end-ui.yml
@@ -16,9 +16,9 @@ jobs:
16
- name: Install dependencies
17
working-directory: demo-scripts/mpt-samples/
18
run: npm ci
19
- # - name: Install Playwright Browsers
20
- # working-directory: demo-scripts/mpt-samples/
21
- # run: npx playwright install --with-deps
+ - name: Install Playwright Browsers
+ working-directory: demo-scripts/mpt-samples/
+ run: npx playwright install --with-deps
22
- name: Run Playwright tests
23
24
run: npx playwright test
0 commit comments