From 3262cd8ece41016fb3543cbe5533ee893f39fb87 Mon Sep 17 00:00:00 2001 From: G r e y Date: Thu, 5 Aug 2021 22:59:20 -0400 Subject: [PATCH] chore(ci): replace playwright action --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0a4e009c81b8..18c95834e22c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -352,8 +352,8 @@ jobs: with: node-version: "14" - - name: Install playwright - uses: microsoft/playwright-github-action@v1 + - name: Install playwright OS dependencies + run: npx playwright install-deps - name: Fetch dependencies from cache id: cache-yarn