Skip to content

Commit

Permalink
ci: build linked dep
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermerodz committed Mar 1, 2024
1 parent fa5a220 commit a0b8830
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a0b8830

Please sign in to comment.