Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 4f18222

Browse files
author
Akim Mamedov
committed
Update CLI
1 parent 29c18d4 commit 4f18222

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.fluence/schemas/env.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@
1111
"enum": [
1212
"dar",
1313
"stage",
14-
"kras",
1514
"local",
1615
"custom"
1716
],
1817
"nullable": true
1918
},
2019
"version": {
21-
"type": "number",
20+
"type": "integer",
2221
"const": 0
2322
}
2423
},

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
uses: ./.github/workflows/tests.yml
2929
with:
3030
ref: ${{ github.ref }}
31-
nox-image: "docker.fluence.dev/nox:renovate-avm_4905_1"
31+
nox-image: "docker.fluence.dev/nox:feat-vm-425-aquavm-mem-limits-from-config-2_5056_1"

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ jobs:
8181

8282
- name: Run nox network
8383
run: fluence local up
84+
env:
85+
FCLI_V_NOX: docker.fluence.dev/nox:feat-vm-425-aquavm-mem-limits-from-config-2_5056_1
8486

8587
- name: Setup pnpm
8688
uses: pnpm/[email protected]

0 commit comments

Comments
 (0)