From a0b8830876c1e5d1fd1e3d6ea23e1cfb932fa691 Mon Sep 17 00:00:00 2001 From: Guilherme Rodz Date: Fri, 1 Mar 2024 10:01:51 -0300 Subject: [PATCH] ci: build linked dep --- .github/workflows/playwright.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index abba1a8..205f247 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -21,6 +21,8 @@ jobs: node-version: 18 - name: Install dependencies run: npm install -g pnpm && pnpm install + - name: Build linked deps + run: pnpm lib:build - name: Install Playwright Browsers run: pnpm exec playwright install --with-deps && pnpm exec playwright install msedge - name: Run Playwright tests