Skip to content

Commit

Permalink
add a check in CI for the java-gen cli
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaTP authored and manusa committed Nov 4, 2022
1 parent 6ea33ae commit befe3a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -51,3 +51,8 @@ jobs:
distribution: 'temurin'
- name: Build Project
run: ./mvnw ${MAVEN_ARGS} clean install

- name: Check java-generator CLI
run: |
chmod a+x java-generator/cli/target/java-gen
java-generator/cli/target/java-gen --source=java-generator/core/src/test/resources/crontab-crd.yml --target=./tmp

0 comments on commit befe3a9

Please sign in to comment.