mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-03 06:23: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:
|
||||
|
||||
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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user