Skip to content

Commit

Permalink
Add JDK setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
olivergrabinski committed Sep 26, 2023
1 parent 581c070 commit 1b26b19
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup JDK
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
check-latest: true
- name: Clean, build Delta & Storage images
run: |
sbt -Dsbt.color=always -Dsbt.supershell=false \
Expand Down

0 comments on commit 1b26b19

Please sign in to comment.