TSK-1657: removed cache restore-keys for frontend cache
to prevent invalid dependencies for execution
This commit is contained in:
parent
155421216b
commit
75f52f04d8
|
|
@ -93,7 +93,6 @@ jobs:
|
|||
with:
|
||||
path: web/node_modules
|
||||
key: ${{ runner.OS }}-${{ env.CACHE_WEB_NAME }}-${{ hashFiles('**/yarn-lock.json') }}
|
||||
restore-keys: ${{ runner.OS }}-${{ env.CACHE_WEB_NAME }}
|
||||
- name: Cache maven dependencies (for web)
|
||||
uses: actions/cache@v2.1.6
|
||||
with:
|
||||
|
|
@ -178,7 +177,6 @@ jobs:
|
|||
with:
|
||||
path: web/node_modules
|
||||
key: ${{ runner.OS }}-${{ env.CACHE_WEB_NAME }}-${{ hashFiles('**/yarn-lock.json') }}
|
||||
restore-keys: ${{ runner.OS }}-${{ env.CACHE_WEB_NAME }}
|
||||
# Theoretically this is not necessary because we reuse the cache from the 'compile_frontend' job.
|
||||
# Sometimes the cache is not created, therefore this is a fallback.
|
||||
- name: Install Dependencies
|
||||
|
|
|
|||
Loading…
Reference in New Issue