mirror of
https://github.com/fluencelabs/aquavm
synced 2024-12-04 23:20:18 +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
|
||||
with:
|
||||
image-name: "docker.fluence.dev/aquavm"
|
||||
avm-server-version: '{ git = "https://github.com/fluencelabs/aquavm", branch = "${{ github.head_ref }}" }'
|
||||
air-interpreter-wasm-version: '{ version = "${{ needs.snapshot.outputs.air-interpreter-wasm-version }}", registry = "fluence" }'
|
||||
avm-server-version: |
|
||||
{
|
||||
"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:
|
||||
name: "fluence-js"
|
||||
|
Loading…
Reference in New Issue
Block a user