From 49e92e6f1dcdceddba33a6c45158e1468cf6b568 Mon Sep 17 00:00:00 2001 From: Faruk AYDIN Date: Tue, 19 Nov 2024 20:50:15 +0300 Subject: [PATCH] fix: Adjust build web CI job to use cache dependency path --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac44028b..4a75b0f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,6 +81,7 @@ jobs: with: node-version: '18' cache: 'yarn' + cache-dependency-path: packages/web/yarn.lock - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner." - run: yarn --frozen-lockfile