mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-02 22:03:07 +00:00
ci: fix relative path of waku bin
This commit is contained in:
parent
3bbdb9d98d
commit
2cb46b9924
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -102,7 +102,7 @@ jobs:
|
||||
env:
|
||||
GO_WAKU_VERSION: "0.2.1"
|
||||
WAKU_SERVICE_NODE_DIR: ./go-waku
|
||||
WAKU_SERVICE_NODE_BIN: ./go-waku/waku
|
||||
WAKU_SERVICE_NODE_BIN: ./waku
|
||||
WAKU_SERVICE_NODE_PARAMS: "--min-relay-peers-to-publish=0" # Can be removed once https://github.com/status-im/nwaku/issues/1004 is done
|
||||
DEBUG: "waku*"
|
||||
steps:
|
||||
@ -122,8 +122,8 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
uname -a
|
||||
cd go-waku
|
||||
./waku --version
|
||||
cd "${WAKU_SERVICE_NODE_DIR}"
|
||||
"${WAKU_SERVICE_NODE_BIN}" --version
|
||||
|
||||
- name: Install NodeJS
|
||||
uses: actions/setup-node@v3
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user