mirror of https://github.com/waku-org/js-waku.git
Add step to check wakunode2 binary
This commit is contained in:
parent
a57f361b1e
commit
162228150a
|
@ -39,6 +39,10 @@ jobs:
|
|||
shell: bash
|
||||
run: cd nim-waku && make wakunode2
|
||||
|
||||
- name: Ensure wakunode2 is ready
|
||||
shell: bash
|
||||
run: cd nim-waku && ./build/wakunode2 --help
|
||||
|
||||
- name: Install bufbuild
|
||||
uses: mu-io/setup-buf@v1beta
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue