chore: supress debug for js-waku (#3423)

This commit is contained in:
Sasha 2025-05-28 13:10:47 +02:00 committed by GitHub
parent 8812d66eb5
commit f0d668966d

View File

@ -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"