From 3173a0ad4cdd18575609305e777b23dfe4b28cfd Mon Sep 17 00:00:00 2001 From: MK Date: Mon, 5 Aug 2024 11:23:21 +0100 Subject: [PATCH] chore: tweak CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce6fed3333..55301ecd53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,4 +39,5 @@ jobs: - name: Install playwright browser run: pnpm exec playwright install --with-deps - name: Run tests + uses: microsoft/playwright-github-action@v1 run: pnpm test && pnpm test:cli