Run npx install playwright in src-ui dir (#4239)

This commit is contained in:
shamoon 2023-09-21 17:13:19 -07:00 committed by GitHub
parent a2c9f6792e
commit 7c8b501c40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -195,7 +195,7 @@ jobs:
run: cd src-ui && npm ci run: cd src-ui && npm ci
- -
name: Install Playwright name: Install Playwright
run: npx playwright install --with-deps run: cd src-ui && npx playwright install --with-deps
- -
name: Linting checks name: Linting checks
run: cd src-ui && npm run lint run: cd src-ui && npm run lint