mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-03-15 15:30:49 +00:00
Use unstable nox
This commit is contained in:
parent
d26059bd40
commit
63efdcda6f
7
.github/workflows/tests.yml
vendored
7
.github/workflows/tests.yml
vendored
@ -6,7 +6,7 @@ on:
|
|||||||
nox-image:
|
nox-image:
|
||||||
description: "nox image tag"
|
description: "nox image tag"
|
||||||
type: string
|
type: string
|
||||||
default: "fluencelabs/nox:0.4.2"
|
default: "fluencelabs/nox:unstable"
|
||||||
avm-version:
|
avm-version:
|
||||||
description: "@fluencelabs/avm version"
|
description: "@fluencelabs/avm version"
|
||||||
type: string
|
type: string
|
||||||
@ -21,9 +21,9 @@ on:
|
|||||||
default: "main"
|
default: "main"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
NOX_IMAGE: "${{ inputs.nox-image }}"
|
|
||||||
FORCE_COLOR: true
|
FORCE_COLOR: true
|
||||||
CI: true
|
CI: true
|
||||||
|
FCLI_V_NOX: "${{ inputs.nox-image }}"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
js-client:
|
js-client:
|
||||||
@ -79,9 +79,6 @@ jobs:
|
|||||||
- name: Init local env with fcli
|
- name: Init local env with fcli
|
||||||
run: fluence local init --no-input
|
run: fluence local init --no-input
|
||||||
|
|
||||||
- name: Pull nox image
|
|
||||||
run: docker pull $NOX_IMAGE
|
|
||||||
|
|
||||||
- name: Run nox network
|
- name: Run nox network
|
||||||
run: fluence local up
|
run: fluence local up
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user