Skip to content

Commit

Permalink
Updated main build to use Chrome for Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Aug 17, 2023
1 parent 3200ada commit ce4e642
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
distribution: 'temurin' # 'temurin' distribution provides OpenJ9 builds of the OpenJDK
java-version: '17'

- name: Install Chrome for Testing and its driver
run: |
npm i puppeteer
npx @puppeteer/browsers install chrome@stable
- name: Cache the Maven packages to speed up build
uses: actions/cache@v2 # Update to v2
with:
Expand Down

0 comments on commit ce4e642

Please sign in to comment.