Skip to content

Commit

Permalink
Setup puppeteer envs
Browse files Browse the repository at this point in the history
  • Loading branch information
dilirity committed Jul 24, 2024
1 parent f0ed2b8 commit daa307d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ jobs:
php: ${{ matrix.php }}
node: ${{ matrix.node }}

- name: Install Chrome
- name: Setup Chrome for Puppeteer
run: |
sudo apt-get update
sudo apt-get install -y google-chrome-stable
echo "PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true" >> $GITHUB_ENV
echo "PUPPETEER_EXECUTABLE_PATH=$(which google-chrome-stable)" >> $GITHUB_ENV
- name: Monorepo install
run: |
Expand Down

0 comments on commit daa307d

Please sign in to comment.