We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f389b84 commit 4ae489fCopy full SHA for 4ae489f
2 files changed
.github/.OwlBot.lock.yaml
@@ -1,3 +1,3 @@
1
docker:
2
- digest: sha256:4e961d006ec9e44501273788f3cbe1e060c4666742ba190f60d6a05bcdf3ac8f
3
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
+ 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