Skip to content

Commit

Permalink
Install JDK for sonar scan
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Chang <[email protected]>
  • Loading branch information
mocsharp committed Jan 5, 2024
1 parent c63ae12 commit ad53814
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,12 @@ jobs:
runs-on: ubuntu-latest
needs: unit-tests-and-codecov
steps:
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'zulu' # Alternative distribution options are available.

- name: Checkout repository
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit ad53814

Please sign in to comment.