Skip to content

Commit

Permalink
Add Complex Flow Java samples to mvn verify
Browse files Browse the repository at this point in the history
  • Loading branch information
datalogics-tsmith committed Jan 2, 2024
1 parent c1d56a7 commit fd86024
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/verify-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ jobs:
run: mvn -f 'Java/Endpoint Examples/Multipart Payload' --show-version --batch-mode --update-snapshots verify
- name: Build JSON Payload examples with Maven
run: mvn -f 'Java/Endpoint Examples/JSON Payload' --show-version --batch-mode --update-snapshots verify
- name: Build Complex Flow examples with Maven
run: mvn -f 'Java/Complex Flow Examples' --show-version --batch-mode --update-snapshots verify

0 comments on commit fd86024

Please sign in to comment.