chore(ui): tweak github actions for ui tests
This commit is contained in:
parent
37f07b96cb
commit
1bdc79d6b4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ui-tests.js.yml
vendored
2
.github/workflows/ui-tests.js.yml
vendored
|
|
@ -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 }}-
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue