Skip to content

Commit

Permalink
I do not know what I'm doing
Browse files Browse the repository at this point in the history
  • Loading branch information
jantje committed Dec 15, 2023
1 parent 3d46f56 commit f7faf42
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

name: Java CI with Maven

uses: JActions/[email protected]



on:
Expand All @@ -18,14 +18,17 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Maven version
- uses: JActions/[email protected]

- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'adopt'
- name: Build with Maven
run: mvn -version --no-transfer-progress verify -Pall,sloeber_release,NOSDK -Dtest=NightlyJenkins -DfailIfNoTests=false
run: mvn --no-transfer-progress verify -Pall,sloeber_release,NOSDK -Dtest=NightlyJenkins -DfailIfNoTests=false

- name: Archive production artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit f7faf42

Please sign in to comment.