Merge branch 'master' into chore/retrieve-roots-current

This commit is contained in:
stubbsta 2026-05-29 09:04:31 +02:00
commit 396acf4fa4
No known key found for this signature in database

View File

@ -177,20 +177,6 @@ jobs:
secrets: inherit 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: lint:
name: "Lint" name: "Lint"
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04