mirror of
https://github.com/status-im/js-waku.git
synced 2025-02-24 02:48:11 +00:00
chore: add comment warnings to node ci (#1609)
Co-authored-by: Sasha <118575614+weboko@users.noreply.github.com>
This commit is contained in:
parent
d9e4bcbe3f
commit
bcd65a1935
6
.github/workflows/test-node.yml
vendored
6
.github/workflows/test-node.yml
vendored
@ -1,7 +1,12 @@
|
|||||||
|
# WARNING: This workflow is used by upstream workflows (jswaku, nwaku, gowaku) via workflow_call.
|
||||||
|
# DO NOT modify the name, inputs, or other parts of this workflow that might break upstream CI.
|
||||||
|
|
||||||
name: Run Test
|
name: Run Test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
|
# IMPORTANT: Do not change the name or properties of these inputs.
|
||||||
|
# If you add new required inputs make sure that they have default value or you make the change upstream as well
|
||||||
inputs:
|
inputs:
|
||||||
nim_wakunode_image:
|
nim_wakunode_image:
|
||||||
required: true
|
required: true
|
||||||
@ -16,6 +21,7 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
NODE_JS: "18"
|
NODE_JS: "18"
|
||||||
|
# Ensure test type conditions remain consistent.
|
||||||
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.debug }}
|
DEBUG: ${{ inputs.debug }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user