Skip to content

Commit

Permalink
ci: puppeteer
Browse files Browse the repository at this point in the history
  • Loading branch information
qq15725 committed Nov 6, 2024
1 parent f13d647 commit 0e095dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
- name: 📦 Build
if: steps.changed-files.outputs.only_changed != 'true'
run: pnpm run build
- name: 🚧 Install Puppeteer Chrome browser
run: npx puppeteer browsers install chrome
- name: 🔀 Test unit
if: steps.changed-files.outputs.only_changed != 'true'
run: pnpm run test
Expand Down

0 comments on commit 0e095dd

Please sign in to comment.