Adding new job in the CI.yml file

This commit is contained in:
aya 2024-12-04 11:18:39 +02:00
parent d7d00bfd79
commit 77e2eb3712
1 changed files with 5 additions and 0 deletions

View File

@ -126,6 +126,11 @@ jobs:
uses: waku-org/nwaku/.github/workflows/container-image.yml@master
secrets: inherit
QA_tests:
needs: build-docker-image
uses: waku-org/waku-interop-tests/.github/workflows/your_workflows.yml@CI_RUNNERS
secrets: inherit
js-waku-node:
needs: build-docker-image
uses: waku-org/js-waku/.github/workflows/test-node.yml@master