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 4548f87b81
commit 5628dc6ad7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"