Skip to content

Commit

Permalink
ci: set TURBO_CACHE_DIR env var
Browse files Browse the repository at this point in the history
  • Loading branch information
sripwoud committed Apr 5, 2024
1 parent 9d85dee commit 41fc0f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main

env:
TURBO_CACHE_DIR: .turbo

jobs:
style:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: pull-requests
on:
pull_request:

env:
TURBO_CACHE_DIR: .turbo

jobs:
style:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 41fc0f4

Please sign in to comment.