mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-04 14:40:17 +00:00
parent
cee444862a
commit
3472f2016f
12
.github/workflows/e2e.yml
vendored
12
.github/workflows/e2e.yml
vendored
@ -35,22 +35,22 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ref: ${{ github.ref }}
|
ref: ${{ github.ref }}
|
||||||
|
|
||||||
flox-snapshot:
|
fcli-snapshot:
|
||||||
name: "flox"
|
name: "fcli"
|
||||||
needs: aqua
|
needs: aqua
|
||||||
uses: fluencelabs/flox/.github/workflows/snapshot.yml@main
|
uses: fluencelabs/flox/.github/workflows/snapshot.yml@main
|
||||||
with:
|
with:
|
||||||
aqua-snapshots: "${{ needs.aqua.outputs.aqua-snapshots }}"
|
aqua-snapshots: "${{ needs.aqua.outputs.aqua-snapshots }}"
|
||||||
|
|
||||||
flox:
|
fcli:
|
||||||
needs: aqua
|
needs: aqua
|
||||||
uses: fluencelabs/fluence-cli/.github/workflows/tests.yml@main
|
uses: fluencelabs/cli/.github/workflows/tests.yml@main
|
||||||
with:
|
with:
|
||||||
aqua-snapshots: "${{ needs.aqua.outputs.aqua-snapshots }}"
|
aqua-snapshots: "${{ needs.aqua.outputs.aqua-snapshots }}"
|
||||||
|
|
||||||
registry:
|
registry:
|
||||||
needs:
|
needs:
|
||||||
- flox-snapshot
|
- fcli-snapshot
|
||||||
uses: fluencelabs/registry/.github/workflows/tests.yml@main
|
uses: fluencelabs/registry/.github/workflows/tests.yml@main
|
||||||
with:
|
with:
|
||||||
flox-version: "${{ needs.flox-snapshot.outputs.version }}"
|
fcli-version: "${{ needs.fcli-snapshot.outputs.version }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user