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

Commit d1f6bca

Browse files
committed
build(ci): Fix client testing action.
1 parent 47508c2 commit d1f6bca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,8 @@ jobs:
186186
./gradlew fatjar
187187
- uses: nick-invision/retry@v2
188188
name: run-client-testing
189-
working-directory: streamr-client-testing
190189
with:
191190
max_attempts: 2
192191
timeout_minutes: 3
193192
retry_on: error
194-
command: 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 && 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)