Skip to content

Commit

Permalink
added caching
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamkrishnar authored Oct 21, 2022
1 parent 8f04550 commit 8cc765f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: "16"
cache: "yarn"
- run: yarn install
- run: yarn test
- run: yarn build && yarn run test-dist

0 comments on commit 8cc765f

Please sign in to comment.