mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-04-24 17:32:14 +00:00
ci: Workaround for empty npm package version in e2e (#208)
This commit is contained in:
parent
7db037c732
commit
298e7c50a9
6
.github/workflows/snapshot.yml
vendored
6
.github/workflows/snapshot.yml
vendored
@ -6,9 +6,11 @@ on:
|
||||
avm-version:
|
||||
description: "@fluencelabs/avm version"
|
||||
type: string
|
||||
default: "null"
|
||||
marine-js-version:
|
||||
description: "@fluencelabs/marine-js version"
|
||||
type: string
|
||||
default: "null"
|
||||
ref:
|
||||
description: "git ref to checkout to"
|
||||
type: string
|
||||
@ -55,7 +57,7 @@ jobs:
|
||||
- run: pnpm i
|
||||
|
||||
- name: Set avm version
|
||||
if: inputs.avm-version != ''
|
||||
if: inputs.avm-version != 'null'
|
||||
uses: fluencelabs/github-actions/npm-set-dependency@main
|
||||
with:
|
||||
package: "@fluencelabs/avm"
|
||||
@ -64,7 +66,7 @@ jobs:
|
||||
package-manager: pnpm
|
||||
|
||||
- name: Set marine-js version
|
||||
if: inputs.marine-js-version != ''
|
||||
if: inputs.marine-js-version != 'null'
|
||||
uses: fluencelabs/github-actions/npm-set-dependency@main
|
||||
with:
|
||||
package: "@fluencelabs/marine-js"
|
||||
|
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@ -10,9 +10,11 @@ on:
|
||||
avm-version:
|
||||
description: "@fluencelabs/avm version"
|
||||
type: string
|
||||
default: "null"
|
||||
marine-js-version:
|
||||
description: "@fluencelabs/marine-js version"
|
||||
type: string
|
||||
default: "null"
|
||||
ref:
|
||||
description: "git ref to checkout to"
|
||||
type: string
|
||||
@ -89,7 +91,7 @@ jobs:
|
||||
- run: pnpm i
|
||||
|
||||
- name: Set avm version
|
||||
if: inputs.avm-version != ''
|
||||
if: inputs.avm-version != 'null'
|
||||
uses: fluencelabs/github-actions/npm-set-dependency@main
|
||||
with:
|
||||
package: "@fluencelabs/avm"
|
||||
@ -98,7 +100,7 @@ jobs:
|
||||
package-manager: pnpm
|
||||
|
||||
- name: Set marine-js version
|
||||
if: inputs.marine-js-version != ''
|
||||
if: inputs.marine-js-version != 'null'
|
||||
uses: fluencelabs/github-actions/npm-set-dependency@main
|
||||
with:
|
||||
package: "@fluencelabs/marine-js"
|
||||
|
Loading…
x
Reference in New Issue
Block a user