更新 .gitea/workflows/multiple.yml
Some checks failed
Gitea Actions Demo / Gitea-Actions (push) Successful in 28s
Gitea Actions Demo / setup (push) Failing after 26s
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:17:45 +08:00
parent 91fb705b3c
commit 67b82c8f2b

View File

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