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

This commit is contained in:
Jonathan Branan 2024-11-02 21:39:57 -05:00
parent e1ab90969d
commit 6584a6638f

View File

@ -26,6 +26,10 @@ jobs:
with: with:
patterns: |- patterns: |-
**/yarn.lock **/yarn.lock
**/*.js
**/*.jsx
**/*.ts
**/*.tsx
- name: Get yarn cache directory path - name: Get yarn cache directory path
id: yarn-cache-dir-path id: yarn-cache-dir-path
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT