From 73380379dab0461a19729bd4087abf9985169b93 Mon Sep 17 00:00:00 2001 From: G r e y Date: Fri, 6 Aug 2021 13:53:28 -0400 Subject: [PATCH] chore(ci): replace playwright action (#3910) --- .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 0a4e009c..18c95834 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