mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-04-25 09:52:12 +00:00
parent
31d567094c
commit
9345040b87
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@ -61,6 +61,10 @@ jobs:
|
|||||||
username: ${{ env.DOCKER_USERNAME }}
|
username: ${{ env.DOCKER_USERNAME }}
|
||||||
password: ${{ env.DOCKER_PASSWORD }}
|
password: ${{ env.DOCKER_PASSWORD }}
|
||||||
|
|
||||||
|
- name: Setup tmate session
|
||||||
|
if: failure()
|
||||||
|
uses: mxschmitt/action-tmate@v3
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
@ -88,7 +92,7 @@ jobs:
|
|||||||
registry-url: "https://npm.fluence.dev"
|
registry-url: "https://npm.fluence.dev"
|
||||||
cache: "pnpm"
|
cache: "pnpm"
|
||||||
|
|
||||||
- run: pnpm i
|
- run: pnpm -r i
|
||||||
|
|
||||||
- name: Set avm version in core/interfaces
|
- name: Set avm version in core/interfaces
|
||||||
if: inputs.avm-version != 'null'
|
if: inputs.avm-version != 'null'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user