更新 .gitea/workflows/multiple.yml
Some checks failed
Gitea Actions Demo / setup (push) Successful in 6s
Gitea Actions Demo / test (push) Failing after 3s
Gitea Actions Demo / build (push) Failing after 3s
Gitea Actions Demo / Gitea-Actions (push) Successful in 28s

This commit is contained in:
huanghs 2023-08-01 23:37:47 +08:00
parent abefcacec3
commit b8d124bcd4

View File

@ -22,14 +22,9 @@ jobs:
node-version: 16
cache: 'yarn'
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.20'
- name: Hash files
id: get-hash
uses: https://gitea.com/actions/go-hashfiles@v0.0.1
uses: https://github.com/seepine/hash-files@1
patterns: '**/yarn.lock'
- run: echo ${{ runner.os }}-yarn-${{ steps.get-hash.outputs.hash }}