issue # gitea minio caching 테스트
All checks were successful
Test CI / build (push) Successful in 7m43s
All checks were successful
Test CI / build (push) Successful in 7m43s
This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
|||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: node_modules
|
path: node_modules
|
||||||
key: minio-yarn-cache-${{ hashFiles('**/yarn.lock') }}
|
key: yarn-cache-minio-${{ hashFiles('**/yarn.lock') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
yarn-cache-
|
yarn-cache-
|
||||||
|
|
||||||
@@ -35,7 +35,7 @@ jobs:
|
|||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: dist
|
path: dist
|
||||||
key: minio-dist-cache-${{ github.ref_name }}-${{ hashFiles('**/*.ts') }}
|
key: dist-cache-minio-${{ github.ref_name }}-${{ hashFiles('**/*.ts') }}
|
||||||
|
|
||||||
- name: Install Dependencies with yarn
|
- name: Install Dependencies with yarn
|
||||||
if: steps.cache-node.outputs.cache-hit != 'true'
|
if: steps.cache-node.outputs.cache-hit != 'true'
|
||||||
|
|||||||
Reference in New Issue
Block a user