Fix failure in yml file

This commit is contained in:
aya 2025-05-13 23:13:49 +03:00
parent c09a11315c
commit 1c708aa123

View File

@ -3,8 +3,7 @@ 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 * * *'
@ -15,7 +14,7 @@ jobs:
uses: ./.github/workflows/test_common.yml
secrets: inherit
with:
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 }}"
node1: "wakuorg/nwaku:1ec9b8d9"
node2: "wakuorg/nwaku:1ec9b8d9"
additional_nodes: "wakuorg/nwaku:1ec9b8d9,wakuorg/nwaku:1ec9b8d9,wakuorg/nwaku:1ec9b8d9"
caller: "nim"