Skip to content

Commit

Permalink
ci: update build by installing playwright browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyFriesenGitHub committed Sep 8, 2024
1 parent 0c186b3 commit 333617b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/BUILD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: 🧹 Lint Projects
run: pnpm i; pnpm nx run-many -t lint -p docs docs-e2e website website-e2e portal portal-e2e --verbose

- name: 🎭 Install Playwright Browsers
run: pnpm exec playwright install --with-deps

- name: 🏗️ Build Projects
run: pnpm nx run-many -t build -p docs website portal --verbose

Expand Down

0 comments on commit 333617b

Please sign in to comment.