change nwaku_daily.yml to test the PR job changes

This commit is contained in:
aya 2024-12-01 13:08:24 +02:00
parent 601ea1db50
commit e812be6341

View File

@ -10,11 +10,18 @@ on:
workflow_dispatch: workflow_dispatch:
jobs: jobs:
build-docker-image:
needs: changes
uses: waku-org/nwaku/.github/workflows/container-image.yml@master
secrets: inherit
test-common: test-common:
needs: build-docker-image
uses: ./.github/workflows/test_common.yml uses: ./.github/workflows/test_common.yml
secrets: inherit secrets: inherit
with: with:
node1: "wakuorg/nwaku:latest" node1: ${{ needs.build-docker-image.outputs.image }}
node2: "wakuorg/nwaku:latest" node2: ${{ needs.build-docker-image.outputs.image }}
additional_nodes: "wakuorg/nwaku:latest,wakuorg/nwaku:latest,wakuorg/nwaku:latest" additional_nodes: ${{ needs.build-docker-image.outputs.image }}
caller: "nim" caller: "nim"