Update CLI

This commit is contained in:
Akim Mamedov 2024-03-04 23:04:16 +07:00
parent 29c18d48ba
commit 4f18222a04
3 changed files with 4 additions and 3 deletions

View File

@ -11,14 +11,13 @@
"enum": [
"dar",
"stage",
"kras",
"local",
"custom"
],
"nullable": true
},
"version": {
"type": "number",
"type": "integer",
"const": 0
}
},

View File

@ -28,4 +28,4 @@ jobs:
uses: ./.github/workflows/tests.yml
with:
ref: ${{ github.ref }}
nox-image: "docker.fluence.dev/nox:renovate-avm_4905_1"
nox-image: "docker.fluence.dev/nox:feat-vm-425-aquavm-mem-limits-from-config-2_5056_1"

View File

@ -81,6 +81,8 @@ jobs:
- name: Run nox network
run: fluence local up
env:
FCLI_V_NOX: docker.fluence.dev/nox:feat-vm-425-aquavm-mem-limits-from-config-2_5056_1
- name: Setup pnpm
uses: pnpm/action-setup@v2.2.4