mirror of https://github.com/waku-org/nwaku.git
Adding new job in the CI.yml file
This commit is contained in:
parent
d7d00bfd79
commit
77e2eb3712
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue