Skip to content

Commit

Permalink
Use "install" for maven build to make artifacts available to pax-exam
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Läubrich authored and laeubi committed Jan 3, 2023
1 parent 3785864 commit 89cf4e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -D maven.test.failure.ignore=true -B package --file pom.xml
run: mvn -D maven.test.failure.ignore=true -B clean install --file pom.xml
- name: Upload Test Results
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 89cf4e3

Please sign in to comment.