Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/maven/tycho-version-4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenartur committed Oct 4, 2023
2 parents e8a39c5 + 60ce492 commit 3763106
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Set up Maven
uses: stCarolas/setup-maven@07fbbe97d97ef44336b7382563d66743297e442f # v4.5
with:
maven-version: 3.9.3
- name: Build with Maven
run: xvfb-run --auto-servernum mvn -e -V --batch-mode --global-toolchains ${{ github.workspace }}/.github/workflows/toolchains.xml -Pweb,jacoco clean verify
- name: Cleanup xvfb pidx build
Expand Down

0 comments on commit 3763106

Please sign in to comment.