Skip to content

Commit

Permalink
chore(build): set java distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandonogueira committed Mar 2, 2024
1 parent 982ea69 commit 58855ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java-version }}
distribution: 'temurin'
- name: run tests
run: mvn -B test

0 comments on commit 58855ee

Please sign in to comment.