Skip to content

Commit

Permalink
chore: adding new job in the CI.yml file (#3193)
Browse files Browse the repository at this point in the history
  • Loading branch information
AYAHASSAN287 authored Jan 20, 2025
1 parent 2ce2453 commit 6d167dd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d167dd

Please sign in to comment.