diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bf0e6b415..116db4ef8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -108,9 +108,10 @@ jobs: cache-dependency-path: next-ui/package-lock.json - name: npm install working-directory: next-ui - run: > - npm install - npx playwright install --with-deps + run: npm install + - name: npx playwright install --with-deps + working-directory: next-ui + run: npx playwright install --with-deps - name: test:unit working-directory: next-ui run: npm run test:unit