mirror of
https://github.com/fluencelabs/aquavm
synced 2025-03-15 20:40:50 +00:00
ci: Use new version format in E2E workflow (#345)
* Use new version format * Test * Lock version * Cleanup
This commit is contained in:
parent
35a4fe4451
commit
e6443df591
12
.github/workflows/e2e.yml
vendored
12
.github/workflows/e2e.yml
vendored
@ -22,8 +22,16 @@ jobs:
|
|||||||
uses: fluencelabs/rust-peer/.github/workflows/snapshot.yml@master
|
uses: fluencelabs/rust-peer/.github/workflows/snapshot.yml@master
|
||||||
with:
|
with:
|
||||||
image-name: "docker.fluence.dev/aquavm"
|
image-name: "docker.fluence.dev/aquavm"
|
||||||
avm-server-version: '{ git = "https://github.com/fluencelabs/aquavm", branch = "${{ github.head_ref }}" }'
|
avm-server-version: |
|
||||||
air-interpreter-wasm-version: '{ version = "${{ needs.snapshot.outputs.air-interpreter-wasm-version }}", registry = "fluence" }'
|
{
|
||||||
|
"git": "https://github.com/fluencelabs/aquavm",
|
||||||
|
"branch": "${{ github.head_ref }}"
|
||||||
|
}
|
||||||
|
air-interpreter-wasm-version: |
|
||||||
|
{
|
||||||
|
"version": "=${{ needs.snapshot.outputs.air-interpreter-wasm-version }}",
|
||||||
|
"registry": "fluence"
|
||||||
|
}
|
||||||
|
|
||||||
fluence-js-tests:
|
fluence-js-tests:
|
||||||
name: "fluence-js"
|
name: "fluence-js"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user