From c3f3600d8ab26fd9be1ff2393f6b30d4e17ab67d Mon Sep 17 00:00:00 2001 From: Sergey Krasnov Date: Sun, 25 Feb 2024 09:52:56 +0300 Subject: [PATCH] fix: test 4 --- .github/actions/install/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/install/action.yml b/.github/actions/install/action.yml index 942898a..9ff7d3c 100644 --- a/.github/actions/install/action.yml +++ b/.github/actions/install/action.yml @@ -34,5 +34,5 @@ runs: shell: bash - name: Test dir - run: ls && cd /home/runner/ && ls && cd /home/runner/.pnpm-store && ls + run: ls /home/runner/.pnpm-store shell: bash