mirror of
https://github.com/fluencelabs/aquavm
synced 2025-03-15 04:30:48 +00:00
ci: Add registry to e2e (#359)
This commit is contained in:
parent
01bbca72c2
commit
17a6409566
12
.github/workflows/e2e.yml
vendored
12
.github/workflows/e2e.yml
vendored
@ -71,3 +71,15 @@ jobs:
|
||||
fluence-js-version: ${{ needs.fluence-js-snapshot.outputs.fluence-js-version }}
|
||||
aqua-version: ${{ needs.aqua-snapshot.outputs.aqua-version }}
|
||||
rust-peer-image: ${{ needs.rust-peer.outputs.rust-peer-image }}
|
||||
|
||||
registry:
|
||||
needs:
|
||||
- aqua-snapshot
|
||||
- rust-peer
|
||||
|
||||
uses: fluencelabs/registry/.github/workflows/tests.yml@main
|
||||
with:
|
||||
aqua-version: ${{ needs.aqua-snapshot.outputs.aqua-version }}
|
||||
rust-peer-image: ${{ needs.rust-peer.outputs.rust-peer-image }}
|
||||
# uncomment and change to branch name to run against
|
||||
# ref: some-branch
|
||||
|
Loading…
x
Reference in New Issue
Block a user