Skip to content

Commit

Permalink
ci: add explicit step to install chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
kark committed Jul 27, 2023
1 parent 8b88745 commit bdbac51
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
- name: Building Visual Regression Tests application for UI components
run: pnpm visual-testing-app:build

# Explicitly install the Chrome binary in case it's not available yet.
# This workaround is based on the suggestions from https://github.com/puppeteer/puppeteer/issues/9533.
- name: Installing Chrome via Puppeteer
run: node ./node_modules/puppeteer/install.js

- name: Running Visual Regression Tests for UI components
run: pnpm vrt:components
timeout-minutes: 20
Expand Down

0 comments on commit bdbac51

Please sign in to comment.