Skip to content

Commit

Permalink
ci: enable turbo remote caching
Browse files Browse the repository at this point in the history
  • Loading branch information
tmkx committed Jan 24, 2024
1 parent ea9de66 commit 16b1b9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1,712 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,13 @@ jobs:
os: [ubuntu-latest, windows-latest]
node-version: [18.x]
runs-on: ${{ matrix.os }}
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.TURBO_TEAM }}

steps:
- uses: actions/checkout@v4

- uses: actions/cache@v3
with:
path: node_modules/.cache/turbo
key: turbo-${{ runner.os }}-${{ github.sha }}
restore-keys: |
turbo-${{ runner.os }}-
- uses: pnpm/action-setup@v2

- uses: actions/setup-node@v4
Expand Down
Loading

0 comments on commit 16b1b9e

Please sign in to comment.