Skip to content

Commit

Permalink
Update unit-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anaiberta authored Nov 26, 2024
1 parent b6bbf78 commit ee25e25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
source "$HOME/.sdkman/bin/sdkman-init.sh"
sdk install groovy
source "$HOME/.sdkman/bin/sdkman-init.sh" && groovy -version # Verify installation
groovy -version # Verify Groovy installation
groovyc -version || echo "groovyc not found. Please check installation."
- name: Compile Groovy Classes
run: |
Expand Down

0 comments on commit ee25e25

Please sign in to comment.