Skip to content

Commit

Permalink
.github/workflows/test.yml: Add caching for pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
shazow committed Sep 24, 2023
1 parent fade20c commit fa2b5a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: pnpm
- uses: actions/cache@v3
with:
key: api-result-cache
Expand Down

0 comments on commit fa2b5a4

Please sign in to comment.