From 5628dc6ad77f6f364541a6140ed44e37faf34fb3 Mon Sep 17 00:00:00 2001 From: Sasha <118575614+weboko@users.noreply.github.com> Date: Wed, 28 May 2025 13:10:47 +0200 Subject: [PATCH] chore: supress debug for js-waku (#3423) --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d6a313e3..0ede43361 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -147,7 +147,6 @@ jobs: with: nim_wakunode_image: ${{ needs.build-docker-image.outputs.image }} test_type: node - debug: waku* js-waku-node-optional: needs: build-docker-image @@ -155,7 +154,6 @@ jobs: with: nim_wakunode_image: ${{ needs.build-docker-image.outputs.image }} test_type: node-optional - debug: waku* lint: name: "Lint"