test
All checks were successful
Build and Deploy docker container / build (push) Successful in 26s

This commit is contained in:
Jonathan Branan 2024-10-27 19:27:41 -05:00
parent 88491eb8c2
commit ae3bda17e1

View File

@ -23,11 +23,12 @@ jobs:
id: get-hash id: get-hash
with: with:
patterns: |- patterns: |-
**/yarn.lock ./*
**.[jt]sx
- -
name: Echo hash name: Echo hash
run: echo ${{ steps.get-hash.outputs.hash }} run: echo ${{ steps.get-hash.outputs.hash }}
# - # -
# name: Restore cache # name: Restore cache
# uses: actions/cache@v4 # uses: actions/cache@v4