mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-05-07 15:22:16 +00:00
chore(ci): Add fluence-cli to E2E (#230)
* Add fluence-cli to E2E * Add missing fluence-js in needs * Test branch with fix * Typo * Use main branch * Test * Use main branch
This commit is contained in:
parent
efe6ff3c8b
commit
6a9aa2fcae
10
.github/workflows/e2e.yml
vendored
10
.github/workflows/e2e.yml
vendored
@ -49,3 +49,13 @@ jobs:
|
|||||||
uses: fluencelabs/registry/.github/workflows/tests.yml@main
|
uses: fluencelabs/registry/.github/workflows/tests.yml@main
|
||||||
with:
|
with:
|
||||||
aqua-version: "${{ needs.aqua.outputs.aqua-version }}"
|
aqua-version: "${{ needs.aqua.outputs.aqua-version }}"
|
||||||
|
|
||||||
|
fluence-cli:
|
||||||
|
needs:
|
||||||
|
- fluence-js
|
||||||
|
- aqua
|
||||||
|
|
||||||
|
uses: fluencelabs/fluence-cli/.github/workflows/tests.yml@main
|
||||||
|
with:
|
||||||
|
aqua-version: "${{ needs.aqua.outputs.aqua-version }}"
|
||||||
|
fluence-js-version: "${{ needs.fluence-js.outputs.fluence-js-version }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user