From b15d62be7fda30b9f968213f8337bd2c6440a3c5 Mon Sep 17 00:00:00 2001 From: Kacper Cyranowski Date: Mon, 17 Jun 2024 16:07:43 +0200 Subject: [PATCH] fix: update lock files --- .github/actions/setup_test_project/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup_test_project/action.yml b/.github/actions/setup_test_project/action.yml index 6d2a16b0..cb8a5fe9 100644 --- a/.github/actions/setup_test_project/action.yml +++ b/.github/actions/setup_test_project/action.yml @@ -60,6 +60,6 @@ runs: - name: Install dependencies if: steps.yarn-cache.outputs.cache-hit != 'true' run: | - yarn install --cwd example + yarn install --cwd test_project yarn install shell: bash