Skip to content

Commit c30a8f8

Browse files
committed
check it out
1 parent ed7d1d7 commit c30a8f8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.builder/actions/localhost_canary.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ class LocalhostCanary(Builder.Action):
88
def run(self, env):
99
env.shell.setenv('AWS_CRT_MEMORY_TRACING', '2')
1010
actions = [
11-
"mvn install -DskipTests",
11+
# "mvn install -DskipTests",
1212
"cd ./samples/HttpClientCanary",
13-
"mvn install",
14-
"mvn exec:exec@netty exec:exec@crt"
13+
"ls"
14+
# "mvn install",
15+
# "mvn exec:exec@netty exec:exec@crt"
1516
]
1617

1718
return Builder.Script(actions, name='aws-crt-java-test')

0 commit comments

Comments
 (0)