Skip to content

Commit

Permalink
Install chrome before running project tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dilirity committed Jul 24, 2024
1 parent dd1e0b6 commit f0ed2b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ jobs:
php: ${{ matrix.php }}
node: ${{ matrix.node }}

- name: Install Chrome
run: |
sudo apt-get update
sudo apt-get install -y google-chrome-stable
- name: Monorepo install
run: |
echo "::group::Pnpm"
Expand Down
1 change: 0 additions & 1 deletion projects/js-packages/critical-css-gen/jest.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ const baseConfig = require( 'jetpack-js-tools/jest/config.base.js' );

module.exports = {
...baseConfig,
testEnvironment: 'jest-environment-puppeteer',
};

0 comments on commit f0ed2b8

Please sign in to comment.