From e4b2b16cb93cc8a665b3d09215a2f8befbdd7891 Mon Sep 17 00:00:00 2001 From: Roman Date: Mon, 6 May 2024 21:35:43 +0800 Subject: [PATCH] test: re-test again after rebase --- .github/workflows/nim_waku_daily_test.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/nim_waku_daily_test.yml diff --git a/.github/workflows/nim_waku_daily_test.yml b/.github/workflows/nim_waku_daily_test.yml new file mode 100644 index 00000000..e29e3db2 --- /dev/null +++ b/.github/workflows/nim_waku_daily_test.yml @@ -0,0 +1,21 @@ +name: Test Nim -> Nim Waku Interop Tests + +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: false + +on: + push: + branches: + - chore-rln-relay-tests + workflow_dispatch: + +jobs: + test-common: + uses: ./.github/workflows/test_common.yml + secrets: inherit + with: + node1: "harbor.status.im/wakuorg/nwaku:latest" + node2: "harbor.status.im/wakuorg/nwaku:latest" + additional_nodes: "harbor.status.im/wakuorg/nwaku:latest,harbor.status.im/wakuorg/nwaku:latest,harbor.status.im/wakuorg/nwaku:latest" + caller: "nim" \ No newline at end of file