From c814db5226df66a03f2a1778ad5633b1f3694dd0 Mon Sep 17 00:00:00 2001 From: gkuzin13 Date: Mon, 19 Feb 2024 16:27:44 +0200 Subject: [PATCH] chore: fixes for playwright tests --- .github/workflows/ci-client.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-client.yml b/.github/workflows/ci-client.yml index cf3fbd6..a7ad7e6 100644 --- a/.github/workflows/ci-client.yml +++ b/.github/workflows/ci-client.yml @@ -42,8 +42,11 @@ jobs: - name: 📥 Monorepo install uses: ./.github/actions/pnpm-install + + - name: 📥 Install Playwright Browsers + run: npx playwright install --with-deps - - name: Build Packages + - name: 📦 Build Packages working-directory: ./ run: pnpm packages:build