Skip to content

Commit

Permalink
perf(ci): enable remote caching
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernxst committed Jun 3, 2024
1 parent 82be395 commit 2aa4703
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
TURBO_REMOTE_ONLY: true

jobs:
lint:
name: ⬣ Lint
Expand Down

0 comments on commit 2aa4703

Please sign in to comment.