chore: adding new job in the CI.yml file (#3193)

This commit is contained in:
AYAHASSAN287 2025-01-20 17:54:00 +02:00 committed by GitHub
parent 2ce2453545
commit 6d167dd2ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -127,6 +127,15 @@ jobs:
uses: waku-org/nwaku/.github/workflows/container-image.yml@master
secrets: inherit
nwaku-nwaku-interop-tests:
needs: build-docker-image
uses: waku-org/waku-interop-tests/.github/workflows/nim_waku_PR.yml@SMOKE_TEST_0.0.1
with:
node_nwaku: ${{ needs.build-docker-image.outputs.image }}
secrets: inherit
js-waku-node:
needs: build-docker-image
uses: waku-org/js-waku/.github/workflows/test-node.yml@master