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 ed7d1d7 commit c30a8f8Copy full SHA for c30a8f8
.builder/actions/localhost_canary.py
@@ -8,10 +8,11 @@ class LocalhostCanary(Builder.Action):
8
def run(self, env):
9
env.shell.setenv('AWS_CRT_MEMORY_TRACING', '2')
10
actions = [
11
- "mvn install -DskipTests",
+ # "mvn install -DskipTests",
12
"cd ./samples/HttpClientCanary",
13
- "mvn install",
14
- "mvn exec:exec@netty exec:exec@crt"
+ "ls"
+ # "mvn install",
15
+ # "mvn exec:exec@netty exec:exec@crt"
16
]
17
18
return Builder.Script(actions, name='aws-crt-java-test')
0 commit comments