更新 .gitea/workflows/multiple.yml
All checks were successful
Gitea Actions Demo / Gitea-Actions (push) Successful in 23s
Gitea Actions Demo / test (push) Successful in 15s
Gitea Actions Demo / setup (push) Successful in 35s
Gitea Actions Demo / build (push) Successful in 31s

This commit is contained in:
huanghs 2023-08-02 00:11:07 +08:00
parent 2bbebeba34
commit 203cdc3d4d

View File

@ -53,7 +53,7 @@ jobs:
uses: actions/cache@v3
with:
path: node_modules
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
key: ${{ runner.os }}-yarn-${{ needs.setup.get-hash.outputs.hash }}
- name: Dependent installation
run: yarn install
@ -70,7 +70,7 @@ jobs:
uses: actions/cache@v3
with:
path: node_modules
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
key: ${{ runner.os }}-yarn-${{ needs.setup.get-hash.outputs.hash }}
- name: Dependent installation
run: yarn install