Skip to content

Commit

Permalink
change nwaku_daily.yml to test the PR job changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AYAHASSAN287 committed Dec 1, 2024
1 parent 601ea1d commit e812be6
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/nim_waku_daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,18 @@ on:
workflow_dispatch:

jobs:

build-docker-image:
needs: changes
uses: waku-org/nwaku/.github/workflows/container-image.yml@master
secrets: inherit

test-common:
needs: build-docker-image
uses: ./.github/workflows/test_common.yml
secrets: inherit
with:
node1: "wakuorg/nwaku:latest"
node2: "wakuorg/nwaku:latest"
additional_nodes: "wakuorg/nwaku:latest,wakuorg/nwaku:latest,wakuorg/nwaku:latest"
node1: ${{ needs.build-docker-image.outputs.image }}
node2: ${{ needs.build-docker-image.outputs.image }}
additional_nodes: ${{ needs.build-docker-image.outputs.image }}
caller: "nim"

0 comments on commit e812be6

Please sign in to comment.