From 246a69152722c3504248710330298edd991bce45 Mon Sep 17 00:00:00 2001 From: folex <0xdxdy@gmail.com> Date: Fri, 26 Jan 2024 18:41:22 -0300 Subject: [PATCH] fix(ci): nox:minimal_unstable => nox:unstable --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 77b162c0b..81ed47641 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,7 @@ on: nox-image: description: "nox image tag" type: string - default: "fluencelabs/nox:unstable_minimal" + default: "fluencelabs/nox:unstable" js-client-snapshots: description: "js-client snapshots" type: string