Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit 7c255bc

Browse files
committed
build(ci): Disable verbose logging for client-testing.
1 parent 8846d0c commit 7c255bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,4 +190,4 @@ jobs:
190190
max_attempts: 2
191191
timeout_minutes: 15
192192
retry_on: error
193-
command: cd streamr-client-testing && java -jar build/libs/client_testing-1.0-SNAPSHOT.jar -s $TEST_NAME -c config/$CONFIG_NAME.conf -n $NUM_MESSAGES
193+
command: cd streamr-client-testing && DEBUG='' java -jar build/libs/client_testing-1.0-SNAPSHOT.jar -s $TEST_NAME -c config/$CONFIG_NAME.conf -n $NUM_MESSAGES

0 commit comments

Comments
 (0)