From 41e9dbbc8c4c2ad14bd760569267b415f474e164 Mon Sep 17 00:00:00 2001 From: Maria Kuklina <101095419+kmd-fl@users.noreply.github.com> Date: Tue, 9 Apr 2024 12:34:06 +0200 Subject: [PATCH] chore: fix FCLI init in CI (#447) --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3a448008..dd55cb65 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -76,6 +76,9 @@ jobs: artifact: fcli version: unstable + - name: Initialize FCLI + run: fluence provider init --env=local --no-input + - name: Run nox network run: fluence local up