From f2ce43c7d960a885c746cb8f6d7ed1eb966a74dd Mon Sep 17 00:00:00 2001 From: Danish Arora <35004822+danisharora099@users.noreply.github.com> Date: Tue, 28 Jan 2025 20:43:39 +0530 Subject: [PATCH] chore: remove log level to make logs readable in the CI (#2237) --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a74e8fb08..b92f2eb33f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -124,7 +124,6 @@ jobs: with: nim_wakunode_image: ${{ inputs.nim_wakunode_image || 'wakuorg/nwaku:v0.31.0' }} test_type: node - debug: waku* node_optional: uses: ./.github/workflows/test-node.yml