Skip to content

Commit

Permalink
Update release.yml (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
kappsegla committed Feb 10, 2023
2 parents 9fb632d + 8fc2e35 commit a4b6bb9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Set up JDK 19
uses: actions/setup-java@v3
with:
java-version: '19'
distribution: 'temurin'
cache: maven

- name: Compile and test with Maven
run: mvn -B test --file pom.xml
Expand Down

0 comments on commit a4b6bb9

Please sign in to comment.