chore: Fix e2e after renaming flox to fcli (#986)

Fix e2e
This commit is contained in:
Anatolios Laskaris 2023-11-22 10:38:57 +02:00 committed by GitHub
parent cee444862a
commit 3472f2016f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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