更新 .gitea/workflows/multiple.yml
Some checks failed
Gitea Actions Demo / Gitea-Actions (push) Successful in 23s
Gitea Actions Demo / setup (push) Failing after 21s
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 23:49:27 +08:00
parent 9d64ac2a6f
commit 3d5f8c3f12

View File

@ -28,7 +28,9 @@ jobs:
with: with:
patterns: '**/yarn.lock' patterns: '**/yarn.lock'
- run: echo ${{ runner.os }}-yarn-${{ steps.get-hash.outputs.hash }} - run: echo ${{ steps.get-hash.outputs.hash }}
- run: echo ${{ runner.os }}
- name: Cache node modules - name: Cache node modules
uses: actions/cache@v3 uses: actions/cache@v3