]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Run npx install playwright in src-ui dir (#4239)
authorshamoon <4887959+shamoon@users.noreply.github.com>
Fri, 22 Sep 2023 00:13:19 +0000 (17:13 -0700)
committerGitHub <noreply@github.com>
Fri, 22 Sep 2023 00:13:19 +0000 (17:13 -0700)
.github/workflows/ci.yml

index 15fc2279a5dd7e3a4adc1258cadb95bcee537f9d..4f37af44123e4938f2e921855af0fba28a9a5243 100644 (file)
@@ -195,7 +195,7 @@ jobs:
         run: cd src-ui && npm ci
       -
         name: Install Playwright
-        run: npx playwright install --with-deps
+        run: cd src-ui && npx playwright install --with-deps
       -
         name: Linting checks
         run: cd src-ui && npm run lint