Skip to content

Commit

Permalink
fix: test 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Krasnov committed Feb 25, 2024
1 parent 6cbedeb commit edbb547
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,26 @@ runs:
run: pnpm install --frozen-lockfile
shell: bash

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

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

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

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

- name: Test /home/runner/work/event-notifier
run: ls /home/runner/work/event-notifier
shell: bash

- name: Test /home/runner/work/event-notifier/event-notifier
run: ls /home/runner/work/event-notifier/event-notifier
shell: bash

0 comments on commit edbb547

Please sign in to comment.