Skip to content

Commit

Permalink
Update openshift.yml
Browse files Browse the repository at this point in the history
We think we needed correct path to the yarn.lock file to create an appropriate hash of the yarn.lock file.
  • Loading branch information
mzagaja authored Oct 9, 2024
1 parent 7a32f7f commit e32b638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openshift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e32b638

Please sign in to comment.