From 6685f1ac84ac95cfe7faff3ba86ee379e3c71ce3 Mon Sep 17 00:00:00 2001 From: MK Date: Wed, 31 Jul 2024 21:47:21 +0100 Subject: [PATCH] chore: tweak CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16c4dfa5b1..6194830921 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,6 +38,6 @@ jobs: - name: Lint and format run: pnpm lint - name: Install playwright browser - run: pnpm exec playwright install --with-deps + run: npx playwright install --with-deps - name: Run tests run: pnpm test && pnpm test:cli