We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 663f421 commit 50e7a10Copy full SHA for 50e7a10
.github/.OwlBot.lock.yaml
@@ -1,3 +1,3 @@
1
docker:
2
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
3
- digest: sha256:0ab8611cd29e7aba8413c6f83ed1734b60fddf845b4a37808b742302d32dd043
+ digest: sha256:a4d7b2cfc6a9d6b378a6b2458740eae15fcab28854bd23dad3a15102d2e47c87
.kokoro/build.sh
@@ -71,7 +71,7 @@ integration)
71
;;
72
graalvm)
73
# Run Unit and Integration Tests with Native Image
74
- mvn test -Pnative -Penable-integration-tests
+ mvn -ntp -Pnative -Penable-integration-tests test
75
RETURN_CODE=$?
76
77
samples)
0 commit comments