Skip to content

Commit

Permalink
👷 ci: 优化缓存流程
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Feb 6, 2021
1 parent 6b91bab commit 93a8445
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ jobs:
key: yarn-${{ runner.os }}-${{ hashFiles('yarn.lock') }}

- name: Install
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn

0 comments on commit 93a8445

Please sign in to comment.