mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-10 01:43:11 +00:00
fix js-waku tests in the ci (#2061)
This commit is contained in:
parent
8a0c2f1a37
commit
9c4e060147
15
.github/workflows/ci.yml
vendored
15
.github/workflows/ci.yml
vendored
@ -125,9 +125,18 @@ jobs:
|
||||
uses: waku-org/nwaku/.github/workflows/container-image.yml@master
|
||||
secrets: inherit
|
||||
|
||||
js-waku:
|
||||
js-waku-node:
|
||||
needs: build-docker-image
|
||||
uses: waku-org/js-waku/.github/workflows/ci.yml@master
|
||||
uses: waku-org/js-waku/.github/workflows/test-node.yml@master
|
||||
with:
|
||||
nim_wakunode_image: ${{ needs.build-docker-image.outputs.image }}
|
||||
caller: nwaku
|
||||
test_type: node
|
||||
debug: waku*
|
||||
|
||||
js-waku-node-optional:
|
||||
needs: build-docker-image
|
||||
uses: waku-org/js-waku/.github/workflows/test-node.yml@master
|
||||
with:
|
||||
nim_wakunode_image: ${{ needs.build-docker-image.outputs.image }}
|
||||
test_type: node-optional
|
||||
debug: waku*
|
||||
|
||||
15
.github/workflows/pre-release.yml
vendored
15
.github/workflows/pre-release.yml
vendored
@ -95,12 +95,21 @@ jobs:
|
||||
image_tag: ${{ needs.tag-name.outputs.tag }}
|
||||
secrets: inherit
|
||||
|
||||
js-waku:
|
||||
js-waku-node:
|
||||
needs: build-docker-image
|
||||
uses: waku-org/js-waku/.github/workflows/ci.yml@master
|
||||
uses: waku-org/js-waku/.github/workflows/test-node.yml@master
|
||||
with:
|
||||
nim_wakunode_image: ${{ needs.build-docker-image.outputs.image }}
|
||||
caller: nwaku
|
||||
test_type: node
|
||||
debug: waku*
|
||||
|
||||
js-waku-node-optional:
|
||||
needs: build-docker-image
|
||||
uses: waku-org/js-waku/.github/workflows/test-node.yml@master
|
||||
with:
|
||||
nim_wakunode_image: ${{ needs.build-docker-image.outputs.image }}
|
||||
test_type: node-optional
|
||||
debug: waku*
|
||||
|
||||
create-release-candidate:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user