chore(ui): tweak github actions for ui tests

This commit is contained in:
nick-delirium 2023-06-30 12:37:32 +02:00
parent 37f07b96cb
commit 1bdc79d6b4

View file

@ -75,7 +75,7 @@ jobs:
uses: actions/cache@v3
with:
path: frontend/node_modules
key: ${{ runner.OS }}-build-${{ 'frontend/yarn.lock') }}
key: ${{ runner.OS }}-build-${{ hashFiles('frontend/yarn.lock') }}
restore-keys: |
${{ runner.OS }}-build-
${{ runner.OS }}-