Skip to content

Commit

Permalink
PMM-13137 run npx playwright install.
Browse files Browse the repository at this point in the history
  • Loading branch information
BupycHuk committed Jul 2, 2024
1 parent 852f504 commit b42a980
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ jobs:
working-directory: ./pmm-ui-tests
run: npm install

- name: install playwright
working-directory: ./pmm-ui-tests
run: npx playwright install

- name: Run UI tests
working-directory: ./pmm-ui-tests
run: npm run e2e:grafana-pr
Expand Down

0 comments on commit b42a980

Please sign in to comment.