Skip to content

Commit

Permalink
Merge branch 'master' into update-maven
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet authored Apr 16, 2024
2 parents 5100582 + c45a4a9 commit 8556100
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/master-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ on:
branches:
- master
pull_request:
branches:
- master

jobs:
compile:
Expand All @@ -33,19 +31,14 @@ jobs:
os: [ ubuntu-latest, ubuntu-20.04, windows-latest, macos-latest ]
java: [ '21' ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}

- uses: actions/cache@v1
with:
path: ~/.m2/repository
key: ${{ matrix.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ matrix.os }}-maven-
distribution: temurin
cache: maven

- name: Build with maven
run: mvnw --no-transfer-progress verify

0 comments on commit 8556100

Please sign in to comment.