From 92a6edb8f901c5e60f0a43ba639b540d44f88874 Mon Sep 17 00:00:00 2001 From: Kacper Cyranowski Date: Thu, 20 Jun 2024 21:11:52 +0200 Subject: [PATCH] fix: ci --- .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 70be648c..0f652b6e 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 --immutable + yarn install --cwd test_project --immutable yarn install shell: bash