更新 .gitea/workflows/multiple.yml
Some checks reported warnings
Gitea Actions Demo / setup (push) Successful in 19s
Gitea Actions Demo / Gitea-Actions (push) Successful in 18s
Gitea Actions Demo / build (push) Successful in 2m52s
Gitea Actions Demo / test (push) Has been cancelled

This commit is contained in:
huanghs 2023-08-02 00:14:05 +08:00
parent 203cdc3d4d
commit 17c2f8bb68

View File

@ -49,6 +49,12 @@ jobs:
with:
fetch-depth: 1
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
cache: 'yarn'
- name: Cache node modules
uses: actions/cache@v3
with:
@ -66,6 +72,13 @@ jobs:
with:
fetch-depth: 1
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
cache: 'yarn'
- name: Cache node modules
uses: actions/cache@v3
with: