File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313# limitations under the License.
1414docker :
1515 image : gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16- digest : sha256:bd5071596a47614d1fe15eb766c4255bae330f823b606e1196a3b0c8d2e96fd1
16+ digest : sha256:ff1a5832623e1b694203b89253dbfe4c2d4a33aae1baf60d323b1245672331eb
Original file line number Diff line number Diff line change @@ -71,12 +71,12 @@ integration)
7171 ;;
7272graalvm)
7373 # Run Unit and Integration Tests with Native Image
74- mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Penable-integration-tests test
74+ mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative test
7575 RETURN_CODE=$?
7676 ;;
7777graalvm17)
7878 # Run Unit and Integration Tests with Native Image
79- mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Penable-integration-tests test
79+ mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative test
8080 RETURN_CODE=$?
8181 ;;
8282samples)
You can’t perform that action at this time.
0 commit comments