run go waku as a client only

This commit is contained in:
Florin Barbu 2024-01-31 11:30:46 +02:00
parent de60598b6c
commit 8f86daa7b4
No known key found for this signature in database
GPG Key ID: 593D6DBC6D9E5095
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
name: Go Waku Interop Tests
name: Nim -> Go Waku Interop Tests
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
@ -14,6 +14,6 @@ jobs:
uses: ./.github/workflows/test_common.yml
secrets: inherit
with:
node1: "harbor.status.im/wakuorg/go-waku:latest"
node1: "harbor.status.im/wakuorg/nwaku:latest"
node2: "harbor.status.im/wakuorg/go-waku:latest"
caller: "go"

View File

@ -1,4 +1,4 @@
name: Nim Waku Interop Tests
name: Nim -> Nim Waku Interop Tests
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}