Skip to content

Commit

Permalink
cache packages in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Huskydog9988 committed Oct 8, 2022
1 parent b5e7a99 commit 4d7ef3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ jobs:
# Retry all errors, including 404. This option might trigger curl upgrade.
retry-all: true
- uses: actions/setup-node@v3
with:
cache: "yarn"
- run: yarn install
- run: yarn test

0 comments on commit 4d7ef3b

Please sign in to comment.