Skip to content

Commit

Permalink
[ci] Builds all packages before testing in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jacomyal committed Mar 7, 2024
1 parent 851ffa1 commit 546d800
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Compile all packages
run: npm build

- name: Install Playwright Browsers
run: npx playwright install --with-deps
if: steps.playwright-cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 546d800

Please sign in to comment.