From 86487b6809d3b9ae215c1ac759f7a5c245c0aa3f Mon Sep 17 00:00:00 2001 From: folex <0xdxdy@gmail.com> Date: Tue, 13 Aug 2024 14:11:53 +0300 Subject: [PATCH] fix(ci): ignore error on setup-fluence --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2e3856a9..e251e8b5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -75,6 +75,7 @@ jobs: with: artifact: fcli version: unstable + continue-on-error: true - name: Initialize FCLI run: fluence provider init --env=local --no-input