更新 .gitea/workflows/multiple.yml
Some checks failed
Gitea Actions Demo / setup (push) Failing after 13s
Gitea Actions Demo / test (push) Has been skipped
Gitea Actions Demo / build (push) Has been skipped
Gitea Actions Demo / Gitea-Actions (push) Successful in 18s

This commit is contained in:
huanghs 2023-08-01 21:14:18 +08:00
parent e474c5c287
commit cacac281b6

View File

@ -26,7 +26,7 @@ jobs:
uses: actions/cache@v3 uses: actions/cache@v3
with: with:
path: node_modules path: node_modules
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
- name: Dependent installation - name: Dependent installation
run: yarn install run: yarn install
@ -43,7 +43,7 @@ jobs:
uses: actions/cache@v3 uses: actions/cache@v3
with: with:
path: node_modules path: node_modules
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
- name: Dependent installation - name: Dependent installation
run: yarn install run: yarn install
@ -60,7 +60,7 @@ jobs:
uses: actions/cache@v3 uses: actions/cache@v3
with: with:
path: node_modules path: node_modules
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
- name: Dependent installation - name: Dependent installation
run: yarn install run: yarn install