mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-09 17:33:08 +00:00
Change docker image fo CI job
This commit is contained in:
parent
e447f91c17
commit
c09a11315c
9
.github/workflows/nim_waku_daily.yml
vendored
9
.github/workflows/nim_waku_daily.yml
vendored
@ -3,7 +3,8 @@ name: Nim -> Nim Waku Interop Tests
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: false
|
||||
|
||||
env:
|
||||
NWAKU_TAG: "1ec9b8d9"
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 4 * * *'
|
||||
@ -14,7 +15,7 @@ jobs:
|
||||
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: "wakuorg/nwaku:${{ env.NWAKU_TAG }}"
|
||||
node2: "wakuorg/nwaku:${{ env.NWAKU_TAG }}"
|
||||
additional_nodes: "wakuorg/nwaku:${{ env.NWAKU_TAG }},wakuorg/nwaku:${{ env.NWAKU_TAG }},wakuorg/nwaku:${{ env.NWAKU_TAG }}"
|
||||
caller: "nim"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user