fix js-waku tests in the ci (#2061)

This commit is contained in:
Florin Barbu 2023-09-21 12:56:04 +03:00 committed by GitHub
parent a01b63aaae
commit 5f9896448d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 6 deletions

View File

@ -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*

View File

@ -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