Skip to content

Commit

Permalink
Merge pull request #37 from ksv90/dev
Browse files Browse the repository at this point in the history
fix: test 9
  • Loading branch information
ksv90 authored Feb 25, 2024
2 parents ac5c8b0 + 5b245bf commit d668e28
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,6 @@ runs:
run: pnpm install --frozen-lockfile
shell: bash

- name: Test /home
run: ls /home
shell: bash

- name: Test /home/runner/setup-pnpm
run: ls /home/runner/setup-pnpm
shell: bash

- name: Test /home/runner/runners
run: ls /home/runner/runners
- name: Test /home/runner/setup-pnpm/node_modules
run: ls /home/runner/setup-pnpm/node_modules
shell: bash

0 comments on commit d668e28

Please sign in to comment.