Skip to content

Commit

Permalink
added java setup to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
krisbitney committed Sep 1, 2023
1 parent 18bfbb9 commit f34219f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci-javascript.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,13 @@ jobs:
with:
go-version: '^1.13.1'

- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: 'corretto'
java-version: '17'
cache: 'gradle'

- name: Install cue lang
run: go install cuelang.org/go/cmd/cue@latest

Expand Down

0 comments on commit f34219f

Please sign in to comment.