mirror of
https://github.com/fluencelabs/registry.git
synced 2025-04-24 17:52:14 +00:00
parent
394b5b8395
commit
3d378b92fb
14
.github/workflows/tests.yml
vendored
14
.github/workflows/tests.yml
vendored
@ -11,8 +11,8 @@ on:
|
|||||||
description: "nox image tag"
|
description: "nox image tag"
|
||||||
type: string
|
type: string
|
||||||
default: "fluencelabs/nox:unstable_minimal"
|
default: "fluencelabs/nox:unstable_minimal"
|
||||||
flox-version:
|
fcli-version:
|
||||||
description: "@fluencelabs/flox version"
|
description: "@fluencelabs/cli version"
|
||||||
type: string
|
type: string
|
||||||
default: "null"
|
default: "null"
|
||||||
cargo-dependencies:
|
cargo-dependencies:
|
||||||
@ -76,12 +76,12 @@ jobs:
|
|||||||
run: npm install
|
run: npm install
|
||||||
working-directory: aqua-tests
|
working-directory: aqua-tests
|
||||||
|
|
||||||
- name: Set flox version
|
- name: Set fcli version
|
||||||
if: inputs.flox-version != 'null'
|
if: inputs.fcli-version != 'null'
|
||||||
uses: fluencelabs/github-actions/npm-set-dependency@main
|
uses: fluencelabs/github-actions/npm-set-dependency@main
|
||||||
with:
|
with:
|
||||||
package: "@fluencelabs/cli"
|
package: "@fluencelabs/cli"
|
||||||
version: ${{ inputs.flox-version }}
|
version: ${{ inputs.fcli-version }}
|
||||||
working-directory: aqua-tests
|
working-directory: aqua-tests
|
||||||
flags: "--save-dev"
|
flags: "--save-dev"
|
||||||
|
|
||||||
@ -140,13 +140,13 @@ jobs:
|
|||||||
run: pip install -r requirements.txt
|
run: pip install -r requirements.txt
|
||||||
working-directory: aqua-tests
|
working-directory: aqua-tests
|
||||||
|
|
||||||
- name: Install flox dependencies
|
- name: Install fcli dependencies
|
||||||
env:
|
env:
|
||||||
FLUENCE_USER_DIR: "${{ github.workspace }}/tmp/.fluence"
|
FLUENCE_USER_DIR: "${{ github.workspace }}/tmp/.fluence"
|
||||||
run: npx fluence dep i --no-input
|
run: npx fluence dep i --no-input
|
||||||
working-directory: aqua-tests
|
working-directory: aqua-tests
|
||||||
|
|
||||||
- name: Print flox version
|
- name: Print fcli version
|
||||||
run: pytest -s test_fluence_cli_version.py
|
run: pytest -s test_fluence_cli_version.py
|
||||||
working-directory: aqua-tests
|
working-directory: aqua-tests
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user