Skip to content

Commit

Permalink
chore: fixes for playwright tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gkuzin13 committed Feb 19, 2024
1 parent d85564d commit c814db5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c814db5

Please sign in to comment.