Skip to content

Commit

Permalink
Update Java 21 actions to archive build logs
Browse files Browse the repository at this point in the history
Change-Id: I58e5e58ea881e458250e20e7f5e618e2417fd584
  • Loading branch information
Mark Derricutt committed Oct 15, 2023
1 parent 4385867 commit 7ebf206
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/java21.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ jobs:
echo "wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar" >> .mvn/wrapper/maven-wrapper.properties
- name: Build with Maven
run: ./mvnw --batch-mode --update-snapshots install -Prun-its
- uses: actions/upload-artifact@v3
with:
name: it-build-logs
path: target/it

0 comments on commit 7ebf206

Please sign in to comment.