Skip to content

Commit

Permalink
Mention distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
Deee92 committed Jul 8, 2024
1 parent 5d93345 commit f5fb50a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: corretto
java-version: 11
cache: 'maven'
- name: Execute tests and compute coverage
Expand All @@ -23,6 +24,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: corretto
java-version: 11
cache: 'maven'
- run: mvn -B package --file pom.xml -DskipTests
Expand Down

0 comments on commit f5fb50a

Please sign in to comment.