mirror of https://github.com/waku-org/js-waku.git
chore: disable go-waku and nwaku master CIs jobs
Currently fails due to various issues. Can be re-enabled once sorted.
This commit is contained in:
parent
7f5e1f61e6
commit
76371e58bc
|
@ -96,6 +96,7 @@ jobs:
|
|||
path: packages/tests/log/
|
||||
|
||||
node_with_go_waku:
|
||||
if: false # Can be removed when upgrading go-waku to 0.4.0 or later
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
GO_WAKU_VERSION: "0.2.2"
|
||||
|
@ -150,6 +151,7 @@ jobs:
|
|||
path: packages/tests/log/
|
||||
|
||||
node_with_nwaku_master:
|
||||
if: false # Can be removed when nwaku in regular CI is bumped to v0.15.0
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
DEBUG: "waku*"
|
||||
|
|
Loading…
Reference in New Issue