mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-24 03:09:21 +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
|
||||
|
||||
node:
|
||||
uses: ./.github/actions/node/test-node.yml
|
||||
uses: ./.github/actions/node/test-node.yml@${{ github.ref }}
|
||||
with:
|
||||
nim_wakunode_image: ${{ inputs.nim_wakunode_image || 'statusteam/nim-waku:v0.19.0' }}
|
||||
test_type: node
|
||||
|
||||
node_optional:
|
||||
uses: ./.github/actions/node/test-node.yml
|
||||
uses: ./.github/actions/node/test-node.yml@${{ github.ref }}
|
||||
with:
|
||||
nim_wakunode_image: ${{ inputs.nim_wakunode_image || 'statusteam/nim-waku:v0.19.0' }}
|
||||
test_type: node-optional
|
||||
|
||||
node_with_go_waku_master:
|
||||
uses: ./.github/actions/node/test-node.yml
|
||||
uses: ./.github/actions/node/test-node.yml@${{ github.ref }}
|
||||
with:
|
||||
nim_wakunode_image: statusteam/go-waku:latest
|
||||
test_type: go-waku-master
|
||||
debug: waku*
|
||||
|
||||
node_with_nwaku_master:
|
||||
uses: ./.github/actions/node/test-node.yml
|
||||
uses: ./.github/actions/node/test-node.yml@${{ github.ref }}
|
||||
with:
|
||||
nim_wakunode_image: statusteam/nim-waku:deploy-wakuv2-test
|
||||
test_type: nwaku-master
|
||||
|
Loading…
x
Reference in New Issue
Block a user