Skip to content

Commit

Permalink
Add Turbo caching in GitHub actions (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
robknight authored Sep 18, 2024
1 parent 474c58f commit 8e71d90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
cache: "pnpm"

- run: "pnpm install --frozen-lockfile"
- name: Caching for Turborepo
uses: rharkor/[email protected]
- run: "pnpm build"
- run: "pnpm lint"
- run: "pnpm test"

0 comments on commit 8e71d90

Please sign in to comment.