chore(ci): use nox with avm 0.39.1

This commit is contained in:
folex 2023-06-20 13:39:36 -06:00
parent 44a5cf9d70
commit aa9801a1e3

View File

@ -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"