Skip to content

Commit

Permalink
[groovy#282] install groovy in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarwell committed Oct 15, 2023
1 parent e5c020f commit 29df3d5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ jobs:
with:
distribution: temurin
java-version: 17
- name: install groovy
shell: bash
run: >
curl -s "https://get.sdkman.io" | bash;
source "$HOME/.sdkman/bin/sdkman-init.sh"
sdk install groovy ${{ matrix.groovy-version }}
- name: full test
run: >-
./mvnw ${MAVEN_ARGS} ${MVN_GROOVY_GROUP_ID} ${MVN_GROOVY_VERSION}
Expand Down

0 comments on commit 29df3d5

Please sign in to comment.