From e32b63812118cca12f790ae22175c8c18dcabd39 Mon Sep 17 00:00:00 2001 From: Matthew Zagaja Date: Tue, 8 Oct 2024 20:07:54 -0400 Subject: [PATCH] Update openshift.yml We think we needed correct path to the yarn.lock file to create an appropriate hash of the yarn.lock file. --- .github/workflows/openshift.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/openshift.yml b/.github/workflows/openshift.yml index 033db712..c1571da2 100644 --- a/.github/workflows/openshift.yml +++ b/.github/workflows/openshift.yml @@ -118,7 +118,7 @@ jobs: uses: actions/cache@v3 with: path: ~/.cache/yarn - key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }} + key: ${{ runner.os }}-yarn-${{ hashFiles('frontend/front/yarn.lock') }} restore-keys: | ${{ runner.os }}-yarn- # https://github.com/redhat-actions/buildah-build#readme