mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-08 17:03:12 +00:00
change nwaku_daily.yml to test the PR job changes
This commit is contained in:
parent
601ea1db50
commit
e812be6341
13
.github/workflows/nim_waku_daily.yml
vendored
13
.github/workflows/nim_waku_daily.yml
vendored
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user