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 902ca6a commit 30b5248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
# Compile the Groovy classes
source "$HOME/.sdkman/bin/sdkman-init.sh"
groovyc -d ./bin ./src/com/genexus/*.groovy
groovyc -d ./bin ./src/com/genexus/FileHelper.groovy
- name: Run All Tests
run: |
Expand Down

0 comments on commit 30b5248

Please sign in to comment.