Skip to content

Commit

Permalink
fix(java): add -ntp flag to native image testing command (#829)
Browse files Browse the repository at this point in the history
Source-Author: Daniel Zou <dzou@users.noreply.github.com>
Source-Date: Mon Dec 6 11:14:51 2021 -0500
Source-Repo: googleapis/synthtool
Source-Sha: 723f3ce6c8927683e96cd7a4a02b59606a14eafc
Source-Link: googleapis/synthtool@723f3ce
  • Loading branch information
yoshi-automation committed Dec 7, 2021
1 parent bd81fa8 commit a0fb54f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .kokoro/build.sh
Expand Up @@ -71,7 +71,7 @@ integration)
;;
graalvm)
# Run Unit and Integration Tests with Native Image
mvn test -Pnative -Penable-integration-tests
mvn -ntp -Pnative -Penable-integration-tests test
RETURN_CODE=$?
;;
samples)
Expand Down
4 changes: 2 additions & 2 deletions synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-firestore.git",
"sha": "36cd665ece8f3efbcad4e7fea889d4a3131f1b4e"
"sha": "8b349ebcf02f6a3fa2b0d10c0236870577bc5317"
}
},
{
Expand All @@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "7a7c48f96e90d1cdc3ab0cc8293279fdcb10fd36"
"sha": "723f3ce6c8927683e96cd7a4a02b59606a14eafc"
}
}
],
Expand Down

0 comments on commit a0fb54f

Please sign in to comment.