mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-09-05 02:06:20 +00:00
Run npx install playwright in src-ui dir (#4239)
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user