chore(ci): use cache to accelerate ci (#537)

This commit is contained in:
q1anx1 2022-08-11 01:08:03 +08:00 committed by GitHub
parent 4d9c2962c0
commit 0d3febe4e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '14.17.0'
- uses: c-hive/gha-yarn-cache@v2
with:
directory: ./web
- run: yarn install && CI=false yarn run build
working-directory: ./web