Skip to content

Commit

Permalink
Use Maven setup in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Oct 13, 2023
1 parent c41c680 commit 06e3915
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
java-version: '${{ matrix.jdk }}'
check-latest: true
cache: 'maven'
- name: Set up Maven
uses: stCarolas/setup-maven@v4
with:
maven-version: 3.9.5
- name: Build with Maven
env:
BROWSER: chrome-container
Expand Down

0 comments on commit 06e3915

Please sign in to comment.