From f7d7357723101390fc94750ce7f2e5e57f7edfa4 Mon Sep 17 00:00:00 2001 From: Sergey Krasnov Date: Sun, 25 Feb 2024 09:57:32 +0300 Subject: [PATCH] fix: test 6 --- .github/actions/install/action.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/actions/install/action.yml b/.github/actions/install/action.yml index 73cbf0f..d3a5b70 100644 --- a/.github/actions/install/action.yml +++ b/.github/actions/install/action.yml @@ -34,5 +34,9 @@ runs: shell: bash - name: Test dir - run: ls setup-pnpm + run: ls + shell: bash + + - name: Test store + run: ls /home/runner/setup-pnpm shell: bash