Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 6a9aa2f

Browse files
authored
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
1 parent efe6ff3 commit 6a9aa2f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/e2e.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,13 @@ jobs:
4949
uses: fluencelabs/registry/.github/workflows/tests.yml@main
5050
with:
5151
aqua-version: "${{ needs.aqua.outputs.aqua-version }}"
52+
53+
fluence-cli:
54+
needs:
55+
- fluence-js
56+
- aqua
57+
58+
uses: fluencelabs/fluence-cli/.github/workflows/tests.yml@main
59+
with:
60+
aqua-version: "${{ needs.aqua.outputs.aqua-version }}"
61+
fluence-js-version: "${{ needs.fluence-js.outputs.fluence-js-version }}"

0 commit comments

Comments
 (0)