From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 22 Sep 2023 00:13:19 +0000 (-0700) Subject: Run npx install playwright in src-ui dir (#4239) X-Git-Tag: v2.0.0-beta.1~84^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c8b501c40371e63531826ac663e3869f512ef60;p=thirdparty%2Fpaperless-ngx.git Run npx install playwright in src-ui dir (#4239) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15fc2279a5..4f37af4412 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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