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 13
13
# limitations under the License.
14
14
docker :
15
15
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)
71
71
;;
72
72
graalvm)
73
73
# 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
75
75
RETURN_CODE=$?
76
76
;;
77
77
graalvm17)
78
78
# 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
80
80
RETURN_CODE=$?
81
81
;;
82
82
samples)
You can’t perform that action at this time.
0 commit comments