Skip to content

Commit c8f0cc9

Browse files
committed
fix(test-suite): adjust fhevm-cli logs command
1 parent 83403cc commit c8f0cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-suite-e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
if: always()
187187
run: |
188188
echo "::group::Relayer Logs"
189-
./fhevm-cli logs relayer
189+
./fhevm-cli logs fhevm-relayer
190190
echo "::endgroup::"
191191
echo "::group::SNS Worker Logs"
192192
./fhevm-cli logs coprocessor-sns-worker | grep -v "Selected 0 rows to process"

0 commit comments

Comments
 (0)