Skip to content

Commit

Permalink
Retarget java verification to new location
Browse files Browse the repository at this point in the history
  • Loading branch information
datalogics-tsmith committed Oct 26, 2023
1 parent 183b7b9 commit c00c0b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
# code builds, tests pass, and a package can be created.
# The -f option indicates the root of the Maven project, where the pom.xml is located
- name: Build with Maven
run: mvn -f 'Java/Single Calls' --show-version --batch-mode --update-snapshots verify
run: mvn -f 'Java/Endpoint Examples/Multipart Payload' --show-version --batch-mode --update-snapshots verify

0 comments on commit c00c0b1

Please sign in to comment.