From c00c0b1a291dff92b20b12dd1ee987842d5826b5 Mon Sep 17 00:00:00 2001 From: Taylor Smith Date: Thu, 26 Oct 2023 15:45:39 -0500 Subject: [PATCH] Retarget java verification to new location --- .github/workflows/verify-java.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify-java.yml b/.github/workflows/verify-java.yml index 5bd3e51..80e53d5 100644 --- a/.github/workflows/verify-java.yml +++ b/.github/workflows/verify-java.yml @@ -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