a
All checks were successful
Build and Deploy docker container / build (push) Successful in 2m33s

This commit is contained in:
Jonathan Branan 2024-11-02 21:31:39 -05:00
parent b6770f3bba
commit 421c9d81da

View File

@ -28,7 +28,7 @@ jobs:
**/yarn.lock
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
- uses: actions/cache@v4
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)