disable js-waku from ci (#3917)

This commit is contained in:
Ivan FB 2026-05-29 08:11:41 +02:00 committed by GitHub
parent 74057c6622
commit 2447ce9e73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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