From 3472f2016f9e8148849df44cbe7cc6f6367b424d Mon Sep 17 00:00:00 2001 From: Anatolios Laskaris Date: Wed, 22 Nov 2023 10:38:57 +0200 Subject: [PATCH] chore: Fix e2e after renaming flox to fcli (#986) Fix e2e --- .github/workflows/e2e.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 31d65a83..de73256d 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -35,22 +35,22 @@ jobs: with: ref: ${{ github.ref }} - flox-snapshot: - name: "flox" + fcli-snapshot: + name: "fcli" needs: aqua uses: fluencelabs/flox/.github/workflows/snapshot.yml@main with: aqua-snapshots: "${{ needs.aqua.outputs.aqua-snapshots }}" - flox: + fcli: needs: aqua - uses: fluencelabs/fluence-cli/.github/workflows/tests.yml@main + uses: fluencelabs/cli/.github/workflows/tests.yml@main with: aqua-snapshots: "${{ needs.aqua.outputs.aqua-snapshots }}" registry: needs: - - flox-snapshot + - fcli-snapshot uses: fluencelabs/registry/.github/workflows/tests.yml@main with: - flox-version: "${{ needs.flox-snapshot.outputs.version }}" + fcli-version: "${{ needs.fcli-snapshot.outputs.version }}"