Add fluence-cli to e2e (#615)

This commit is contained in:
Anatolios Laskaris 2022-12-19 06:27:42 +02:00 committed by GitHub
parent 52062f9928
commit f7ceef932b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View File

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

View File

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