diff --git a/.github/actions/install/action.yml b/.github/actions/install/action.yml index 79fdcec..942898a 100644 --- a/.github/actions/install/action.yml +++ b/.github/actions/install/action.yml @@ -10,14 +10,6 @@ runs: run_install: false # dest: - - name: Test pnpm-store - run: echo $PNPM_HOME - shell: bash - - - name: Test dir - run: ls - shell: bash - - name: Cache pnpm-store uses: actions/cache@v3 id: pnpm-store @@ -40,3 +32,7 @@ runs: if: steps.node-modules.cache-hit != 'true' run: pnpm install --frozen-lockfile shell: bash + + - name: Test dir + run: ls && cd /home/runner/ && ls && cd /home/runner/.pnpm-store && ls + shell: bash