Skip to content

Commit

Permalink
Updated GitHub Actions CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed Jan 11, 2025
1 parent ea16387 commit 2ba4924
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,10 @@ jobs:
h2o: [ '3.38.0.1', '3.40.0.1', '3.42.0.1', '3.44.0.1', '3.46.0.1' ]

steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: ${{ matrix.java }}
- uses: actions/cache@v2
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
cache: 'maven'
- run: mvn -Dh2o.ai.version=${{ matrix.h2o }} -B package --file pom.xml

0 comments on commit 2ba4924

Please sign in to comment.