From 6d167dd2ed3dd74fb1fae9c699e1a41b9259e3eb Mon Sep 17 00:00:00 2001 From: AYAHASSAN287 <49167455+AYAHASSAN287@users.noreply.github.com> Date: Mon, 20 Jan 2025 17:54:00 +0200 Subject: [PATCH] chore: adding new job in the CI.yml file (#3193) --- .github/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dee8559fe3..7de0a055ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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