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
with:
patterns: |-
**/yarn.lock
**.[jt]sx
./*
-
name: Echo hash
run: echo ${{ steps.get-hash.outputs.hash }}
# -
# name: Restore cache
# uses: actions/cache@v4