Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 9345040

Browse files
authored
chore: Try running install with -r (#286)
Try running install with -r
1 parent 31d5670 commit 9345040

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ jobs:
6161
username: ${{ env.DOCKER_USERNAME }}
6262
password: ${{ env.DOCKER_PASSWORD }}
6363

64+
- name: Setup tmate session
65+
if: failure()
66+
uses: mxschmitt/action-tmate@v3
67+
6468
- name: Checkout
6569
uses: actions/checkout@v3
6670
with:
@@ -88,7 +92,7 @@ jobs:
8892
registry-url: "https://npm.fluence.dev"
8993
cache: "pnpm"
9094

91-
- run: pnpm i
95+
- run: pnpm -r i
9296

9397
- name: Set avm version in core/interfaces
9498
if: inputs.avm-version != 'null'

0 commit comments

Comments
 (0)