Skip to content

Commit ea457f9

Browse files
committed
// Content: Update end-to-end-ui.yml
1 parent 8e6ed84 commit ea457f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/end-to-end-ui.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
- name: Install dependencies
1717
working-directory: demo-scripts/mpt-samples/
1818
run: npm ci
19-
# - name: Install Playwright Browsers
20-
# working-directory: demo-scripts/mpt-samples/
21-
# run: npx playwright install --with-deps
19+
- name: Install Playwright Browsers
20+
working-directory: demo-scripts/mpt-samples/
21+
run: npx playwright install --with-deps
2222
- name: Run Playwright tests
2323
working-directory: demo-scripts/mpt-samples/
2424
run: npx playwright test

0 commit comments

Comments
 (0)