Use unstable nox

This commit is contained in:
Anatoly Laskaris 2024-02-27 09:38:16 +02:00
parent d26059bd40
commit 63efdcda6f

View File

@ -6,7 +6,7 @@ on:
nox-image:
description: "nox image tag"
type: string
default: "fluencelabs/nox:0.4.2"
default: "fluencelabs/nox:unstable"
avm-version:
description: "@fluencelabs/avm version"
type: string
@ -21,9 +21,9 @@ on:
default: "main"
env:
NOX_IMAGE: "${{ inputs.nox-image }}"
FORCE_COLOR: true
CI: true
FCLI_V_NOX: "${{ inputs.nox-image }}"
jobs:
js-client:
@ -79,9 +79,6 @@ jobs:
- name: Init local env with fcli
run: fluence local init --no-input
- name: Pull nox image
run: docker pull $NOX_IMAGE
- name: Run nox network
run: fluence local up