From 9fbd491fae675aaf760f56ccac91d0bc7cc1d44c Mon Sep 17 00:00:00 2001 From: Claudivan Filho Date: Tue, 8 Aug 2023 11:58:30 -0300 Subject: [PATCH] fix playwright workflow --- .github/workflows/playwright.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yaml b/.github/workflows/playwright.yaml index f966ab2..e7cdab2 100644 --- a/.github/workflows/playwright.yaml +++ b/.github/workflows/playwright.yaml @@ -10,7 +10,7 @@ jobs: with: node-version: 18 - name: Install dependencies - run: npm ci + run: yarn ci - name: Install Playwright Browsers run: npx playwright install --with-deps - name: Run Playwright tests