Skip to content

Commit 5628dc6

Browse files
authored
chore: supress debug for js-waku (#3423)
1 parent 4548f87 commit 5628dc6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,15 +147,13 @@ jobs:
147147
with:
148148
nim_wakunode_image: ${{ needs.build-docker-image.outputs.image }}
149149
test_type: node
150-
debug: waku*
151150

152151
js-waku-node-optional:
153152
needs: build-docker-image
154153
uses: waku-org/js-waku/.github/workflows/test-node.yml@master
155154
with:
156155
nim_wakunode_image: ${{ needs.build-docker-image.outputs.image }}
157156
test_type: node-optional
158-
debug: waku*
159157

160158
lint:
161159
name: "Lint"

0 commit comments

Comments
 (0)