From 777e92de237348f9096920aecc7f2326255e2150 Mon Sep 17 00:00:00 2001 From: Sasha Date: Tue, 13 Feb 2024 20:16:49 +0100 Subject: [PATCH] up ci --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cff8c52..54cff4d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,6 +43,7 @@ jobs: with: node-version: ${{ env.NODE_JS }} - uses: bahmutov/npm-install@v1 + - run: npx playwright install --with-deps - run: npm run test:browser release_next: