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

This commit is contained in:
Jonathan Branan 2024-11-02 23:50:29 -05:00
parent 33e62b3c87
commit 3c86b3ab73

View File

@ -31,7 +31,7 @@ jobs:
# **/*.tsx
- 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'`)