mirror of https://github.com/status-im/js-waku.git
fix typo
This commit is contained in:
parent
7a52dd64a5
commit
999e95a24a
|
@ -18,7 +18,7 @@ env:
|
||||||
NODE_JS: "18"
|
NODE_JS: "18"
|
||||||
RETRY_ATTEMPTS: 3
|
RETRY_ATTEMPTS: 3
|
||||||
WAKU_SERVICE_NODE_PARAMS: ${{ (inputs.test_type == 'go-waku-master') && '--min-relay-peers-to-publish=0' || '' }}
|
WAKU_SERVICE_NODE_PARAMS: ${{ (inputs.test_type == 'go-waku-master') && '--min-relay-peers-to-publish=0' || '' }}
|
||||||
DEBUG: ${{ inputs.test_type }}
|
DEBUG: ${{ inputs.debug }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
node:
|
node:
|
||||||
|
|
Loading…
Reference in New Issue