From 07436d7153ef27d1dcbcdcdc63ff521062870646 Mon Sep 17 00:00:00 2001 From: Maria Kuklina Date: Tue, 9 Apr 2024 11:53:38 +0200 Subject: [PATCH] chore: fix FCLI init in CI --- .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