Skip to content

Commit

Permalink
fix: test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Krasnov committed Feb 25, 2024
1 parent dc52fff commit 226bff5
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 226bff5

Please sign in to comment.