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

This commit is contained in:
huanghs 2023-08-01 21:16:40 +08:00
parent cacac281b6
commit 91fb705b3c

View File

@ -22,6 +22,8 @@ jobs:
node-version: 16
cache: 'yarn'
- run: echo ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
- name: Cache node modules
uses: actions/cache@v3
with: