Skip to content

Commit

Permalink
Next GH action try
Browse files Browse the repository at this point in the history
  • Loading branch information
vogella committed Sep 4, 2023
1 parent b2bf716 commit 79ee9b7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ jobs:
with:
distribution: "adopt"
java-version: "17"
- name: Setup Maven Action
uses: s4u/setup-maven-action

- name: Set up Maven
uses: stCarolas/setup-maven@07fbbe97d97ef44336b7382563d66743297e442f # v4.5
with:
java-version: 17
- run: mvn clean verify
maven-version: 3.9.4
- name: Build with Maven
run: mvn clean verify -Dskip.ui-tests=true

0 comments on commit 79ee9b7

Please sign in to comment.