Skip to content

Commit

Permalink
Merge pull request #52 from ksv90/dev
Browse files Browse the repository at this point in the history
fix: test 24
  • Loading branch information
ksv90 authored Feb 25, 2024
2 parents 304893d + e090d2f commit 725e75c
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,11 @@ runs:
run_install: false
dest: ~/.pnpm

- name: Check pnpm store directory
shell: bash
run: pnpm store path

- name: Check pnpm home var
shell: bash
run: echo $PNPM_HOME

- name: Cache pnpm-store
uses: actions/cache@v3
id: pnpm-store
with:
path: .pnpm-store
path: ${{ PNPM_HOME }}
key: pnpm-store-${{ hashFiles('.npmrc') }}

- name: Cache node_modules
Expand All @@ -40,7 +32,3 @@ runs:
if: steps.node-modules.cache-hit != 'true'
run: pnpm install --frozen-lockfile
shell: bash

- name: Test /home/runner/.pnpm/node_modules/.bin
run: ls -a /home/runner/.pnpm/node_modules/.bin
shell: bash

0 comments on commit 725e75c

Please sign in to comment.