Try to enable smoketests also on webkit

This commit is contained in:
Alex Dima 2021-11-15 22:21:38 +01:00
parent dfe35b15bb
commit 45227a089e
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
4 changed files with 6 additions and 2 deletions

View file

@ -32,6 +32,9 @@ jobs:
- name: Install Playwright
run: npm run playwright-install
- name: Install OS Dependencies for Playwright
run: sudo npm run playwright-install-deps
- name: Check prettier
run: npm run prettier-check