Skip to content

Commit

Permalink
Fixing gh workflow issue after upgrading setup-java
Browse files Browse the repository at this point in the history
  • Loading branch information
josemduarte committed Dec 4, 2023
1 parent 6d23660 commit 928e0dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'oracle'
java-version: ${{ matrix.java }}
- name: Build, test (no integration) and Sonarqube analyse
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'oracle'
java-version: ${{ matrix.java }}
- name: Build, test and integration test
run: mvn verify --no-transfer-progress

0 comments on commit 928e0dd

Please sign in to comment.