Rename flox to fcli

This commit is contained in:
Anatoly Laskaris 2024-05-15 15:22:03 +03:00
parent 88257b3b80
commit 2e0e8aa495

View File

@ -43,12 +43,11 @@ jobs:
uses: fluencelabs/aqua/.github/workflows/tests.yml@main uses: fluencelabs/aqua/.github/workflows/tests.yml@main
with: with:
js-client-snapshots: "${{ needs.js-client.outputs.js-client-snapshots }}" js-client-snapshots: "${{ needs.js-client.outputs.js-client-snapshots }}"
nox-image: "docker.fluence.dev/nox:feat-vm-425-aquavm-mem-limits-from-config-2_5056_1"
flox: fluence-cli:
needs: needs:
- js-client - js-client
uses: fluencelabs/flox/.github/workflows/tests.yml@main uses: fluencelabs/fluence-cli/.github/workflows/tests.yml@main
with: with:
js-client-snapshots: "${{ needs.js-client.outputs.js-client-snapshots }}" js-client-snapshots: "${{ needs.js-client.outputs.js-client-snapshots }}"
nox-image: "docker.fluence.dev/nox:feat-vm-425-aquavm-mem-limits-from-config-2_5056_1"