Skip to content

Commit

Permalink
chore(ci): Fix cache config
Browse files Browse the repository at this point in the history
  • Loading branch information
vinsonchuong committed Jul 11, 2021
1 parent 722c0e1 commit d3037f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 16
cache: npm
cache: yarn
- run: yarn
- run: yarn test
- if: github.ref == 'refs/heads/master'
Expand Down

0 comments on commit d3037f0

Please sign in to comment.