Skip to content

Commit

Permalink
Fix gradle example
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbl committed Jun 1, 2024
1 parent 092d9bc commit 0256702
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ jobs:
working-directory: ./generator
run: ./gradlew jacocoTestReport sonar -Dsonar.token=$SONAR_TOKEN
- name: Example "maven_example"
run: ./build_and_run.sh
working-directory: ./examples/maven_example
- name: Example "gradle_example"
run: |
mvn $MAVEN_ARGS package
mvn $MAVEN_ARGS exec:exec
working-directory: ./examples/maven_example
- name: Example "gradle_example"
run: ./build_and_run.sh
working-directory: ./examples/gradle_example
- name: Example "kotlin_example"
run: ./build_and_run.sh
Expand Down

0 comments on commit 0256702

Please sign in to comment.