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