mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-04 14:40:17 +00:00
Add fluence-cli to e2e (#615)
This commit is contained in:
parent
52062f9928
commit
f7ceef932b
6
.github/workflows/e2e.yml
vendored
6
.github/workflows/e2e.yml
vendored
@ -49,3 +49,9 @@ jobs:
|
||||
uses: fluencelabs/registry/.github/workflows/tests.yml@main
|
||||
with:
|
||||
aqua-version: "${{ needs.aqua.outputs.aqua-version }}"
|
||||
|
||||
fluence-cli:
|
||||
needs: aqua
|
||||
uses: fluencelabs/fluence-cli/.github/workflows/tests.yml@main
|
||||
with:
|
||||
aqua-version: "${{ needs.aqua.outputs.aqua-version }}"
|
||||
|
3
.github/workflows/snapshot.yml
vendored
3
.github/workflows/snapshot.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: fluencelabs/aqua
|
||||
with: ${{ inputs.ref }}
|
||||
ref: ${{ inputs.ref }}
|
||||
|
||||
- name: Generate version
|
||||
id: version
|
||||
@ -73,6 +73,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: fluencelabs/aqua
|
||||
ref: ${{ inputs.ref }}
|
||||
|
||||
- name: Download compiled aqua
|
||||
uses: actions/download-artifact@v3
|
||||
|
Loading…
Reference in New Issue
Block a user