mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-04 14:40:17 +00:00
ci: Workaround for empty npm package version in e2e (#594)
This commit is contained in:
parent
63433f2c91
commit
9b185efec2
3
.github/workflows/snapshot.yml
vendored
3
.github/workflows/snapshot.yml
vendored
@ -6,6 +6,7 @@ on:
|
||||
fluence-js-version:
|
||||
description: "@fluencejs/fluence version"
|
||||
type: string
|
||||
default: "null"
|
||||
outputs:
|
||||
aqua-version:
|
||||
description: "@fluencelabs/aqua version"
|
||||
@ -100,7 +101,7 @@ jobs:
|
||||
working-directory: npm
|
||||
|
||||
- name: Set fluence-js version from branch
|
||||
if: inputs.fluence-js-version != ''
|
||||
if: inputs.fluence-js-version != 'null'
|
||||
working-directory: npm
|
||||
run: npm i --save -E @fluencelabs/fluence@${{ inputs.fluence-js-version }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user