mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-07 16:23:09 +00:00
add ref to the node call
This commit is contained in:
parent
8eac299654
commit
c577b2cce8
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -69,26 +69,26 @@ jobs:
|
|||||||
- run: npm run test:browser
|
- run: npm run test:browser
|
||||||
|
|
||||||
node:
|
node:
|
||||||
uses: ./.github/actions/node/test-node.yml
|
uses: ./.github/actions/node/test-node.yml@${{ github.ref }}
|
||||||
with:
|
with:
|
||||||
nim_wakunode_image: ${{ inputs.nim_wakunode_image || 'statusteam/nim-waku:v0.19.0' }}
|
nim_wakunode_image: ${{ inputs.nim_wakunode_image || 'statusteam/nim-waku:v0.19.0' }}
|
||||||
test_type: node
|
test_type: node
|
||||||
|
|
||||||
node_optional:
|
node_optional:
|
||||||
uses: ./.github/actions/node/test-node.yml
|
uses: ./.github/actions/node/test-node.yml@${{ github.ref }}
|
||||||
with:
|
with:
|
||||||
nim_wakunode_image: ${{ inputs.nim_wakunode_image || 'statusteam/nim-waku:v0.19.0' }}
|
nim_wakunode_image: ${{ inputs.nim_wakunode_image || 'statusteam/nim-waku:v0.19.0' }}
|
||||||
test_type: node-optional
|
test_type: node-optional
|
||||||
|
|
||||||
node_with_go_waku_master:
|
node_with_go_waku_master:
|
||||||
uses: ./.github/actions/node/test-node.yml
|
uses: ./.github/actions/node/test-node.yml@${{ github.ref }}
|
||||||
with:
|
with:
|
||||||
nim_wakunode_image: statusteam/go-waku:latest
|
nim_wakunode_image: statusteam/go-waku:latest
|
||||||
test_type: go-waku-master
|
test_type: go-waku-master
|
||||||
debug: waku*
|
debug: waku*
|
||||||
|
|
||||||
node_with_nwaku_master:
|
node_with_nwaku_master:
|
||||||
uses: ./.github/actions/node/test-node.yml
|
uses: ./.github/actions/node/test-node.yml@${{ github.ref }}
|
||||||
with:
|
with:
|
||||||
nim_wakunode_image: statusteam/nim-waku:deploy-wakuv2-test
|
nim_wakunode_image: statusteam/nim-waku:deploy-wakuv2-test
|
||||||
test_type: nwaku-master
|
test_type: nwaku-master
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user