disable js-waku from ci

This commit is contained in:
Ivan FB 2026-05-28 17:27:17 +02:00
parent 74057c6622
commit 3494da6399
No known key found for this signature in database
GPG Key ID: DF0C67A04C543270

View File

@ -177,20 +177,6 @@ jobs:
secrets: inherit
js-waku-node:
needs: build-docker-image
uses: logos-messaging/logos-delivery-js/.github/workflows/test-node.yml@master
with:
nim_wakunode_image: ${{ needs.build-docker-image.outputs.image }}
test_type: node
js-waku-node-optional:
needs: build-docker-image
uses: logos-messaging/logos-delivery-js/.github/workflows/test-node.yml@master
with:
nim_wakunode_image: ${{ needs.build-docker-image.outputs.image }}
test_type: node-optional
lint:
name: "Lint"
runs-on: ubuntu-22.04