Skip to content

Commit

Permalink
Fix to install browser before test
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallku committed May 17, 2024
1 parent c12b55c commit a31cd1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/visual_regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
with:
ref: ${{ github.base_ref }}
- uses: marshallku/actions/setup-pnpm@master
- name: Install puppeteer
run: npx puppeteer browsers install chrome
- name: Build apps and packages without blog
run: pnpm build --filter !@marshallku/blog
- name: Run backstop server in background
Expand Down

0 comments on commit a31cd1d

Please sign in to comment.