diff --git a/.github/workflows/regress.yml b/.github/workflows/regress.yml index 915effc5b..fb132d4b2 100644 --- a/.github/workflows/regress.yml +++ b/.github/workflows/regress.yml @@ -25,7 +25,7 @@ jobs: path: | .home/.gems node_modules - key: ${{ hashFiles('Gemfile.lock') }}-${{ 'package-lock.json' }} + key: ${{ hashFiles('Gemfile.lock') }}-${{ hashFiles('package-lock.json') }} - if: ${{ steps.cache-sif.outputs.cache-hit != 'true' }} name: Build container run: ./bin/build_container