From 9345040b87c5bae53fd7af92d24793d03fe016e7 Mon Sep 17 00:00:00 2001 From: Anatolios Laskaris Date: Thu, 16 Mar 2023 18:59:31 +0200 Subject: [PATCH] chore: Try running install with -r (#286) Try running install with -r --- .github/workflows/tests.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4d5a7d73..f0e635d6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -61,6 +61,10 @@ jobs: username: ${{ env.DOCKER_USERNAME }} password: ${{ env.DOCKER_PASSWORD }} + - name: Setup tmate session + if: failure() + uses: mxschmitt/action-tmate@v3 + - name: Checkout uses: actions/checkout@v3 with: @@ -88,7 +92,7 @@ jobs: registry-url: "https://npm.fluence.dev" cache: "pnpm" - - run: pnpm i + - run: pnpm -r i - name: Set avm version in core/interfaces if: inputs.avm-version != 'null'