mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-03-15 12:21:02 +00:00
ci: Workaround for empty npm version (#35)
This commit is contained in:
parent
dadc40fdba
commit
e0fa922d55
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@ -14,9 +14,11 @@ on:
|
||||
fluence-js-version:
|
||||
description: "@fluencejs/fluence version"
|
||||
type: string
|
||||
default: "null"
|
||||
aqua-version:
|
||||
description: "@fluencejs/aqua version"
|
||||
type: string
|
||||
default: "null"
|
||||
|
||||
env:
|
||||
FORCE_COLOR: true
|
||||
@ -79,14 +81,14 @@ jobs:
|
||||
- run: npm install
|
||||
|
||||
- name: Set fluence-js version
|
||||
if: inputs.fluence-js-version != ''
|
||||
if: inputs.fluence-js-version != 'null'
|
||||
uses: fluencelabs/github-actions/npm-set-dependency@main
|
||||
with:
|
||||
package: "@fluencelabs/fluence"
|
||||
version: ${{ inputs.fluence-js-version }}
|
||||
|
||||
- name: Set aqua version
|
||||
if: inputs.aqua-version != ''
|
||||
if: inputs.aqua-version != 'null'
|
||||
uses: fluencelabs/github-actions/npm-set-dependency@main
|
||||
with:
|
||||
package: "@fluencelabs/aqua"
|
||||
|
Loading…
x
Reference in New Issue
Block a user