mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2024-12-04 18:00:18 +00:00
chore(ci): use nox with avm 0.39.1
This commit is contained in:
parent
44a5cf9d70
commit
aa9801a1e3
2
.github/workflows/e2e.yml
vendored
2
.github/workflows/e2e.yml
vendored
@ -43,6 +43,7 @@ jobs:
|
|||||||
uses: fluencelabs/aqua-playground/.github/workflows/tests.yml@master
|
uses: fluencelabs/aqua-playground/.github/workflows/tests.yml@master
|
||||||
with:
|
with:
|
||||||
js-client-snapshots: "${{ needs.js-client.outputs.js-client-snapshots }}"
|
js-client-snapshots: "${{ needs.js-client.outputs.js-client-snapshots }}"
|
||||||
|
rust-peer-image: "docker.fluence.dev/nox:minimal_aquavm-0-39-1"
|
||||||
|
|
||||||
fluence-cli:
|
fluence-cli:
|
||||||
needs:
|
needs:
|
||||||
@ -51,3 +52,4 @@ jobs:
|
|||||||
uses: fluencelabs/fluence-cli/.github/workflows/tests.yml@main
|
uses: fluencelabs/fluence-cli/.github/workflows/tests.yml@main
|
||||||
with:
|
with:
|
||||||
js-client-snapshots: "${{ needs.js-client.outputs.js-client-snapshots }}"
|
js-client-snapshots: "${{ needs.js-client.outputs.js-client-snapshots }}"
|
||||||
|
rust-peer-image: "docker.fluence.dev/nox:minimal_aquavm-0-39-1"
|
||||||
|
Loading…
Reference in New Issue
Block a user