mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-08 17:03:12 +00:00
Fix review points on PR
This commit is contained in:
parent
f16ebbc28a
commit
1d71bc60c7
10
.github/workflows/nim_waku_PR.yml
vendored
10
.github/workflows/nim_waku_PR.yml
vendored
@ -1,12 +1,10 @@
|
||||
name: Nim -> Nim Waku Interop Tests
|
||||
name: Nim -> Interop Tests PR
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: false
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 5 * * *'
|
||||
workflow_dispatch:
|
||||
workflow_call:
|
||||
inputs:
|
||||
@ -15,11 +13,11 @@ on:
|
||||
type: string
|
||||
|
||||
jobs:
|
||||
test-common:
|
||||
test-pr:
|
||||
uses: ./.github/workflows/test_PR_image.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
node1: ${{ inputs.node_nwaku }}
|
||||
node2: "wakuorg/nwaku:latest"
|
||||
additional_nodes: "wakuorg/nwaku:latest,wakuorg/nwaku:latest,wakuorg/nwaku:latest"
|
||||
node2: ${{ inputs.node_nwaku }}
|
||||
additional_nodes: ${{ inputs.node_nwaku }}
|
||||
caller: "nim"
|
||||
2
.github/workflows/test_PR_image.yml
vendored
2
.github/workflows/test_PR_image.yml
vendored
@ -1,5 +1,5 @@
|
||||
|
||||
name: Interop Tests Common
|
||||
name: Interop Tests PR
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user