Skip to content

Commit 7ae313d

Browse files
committed
chore: cache turbo
1 parent a6fe2b5 commit 7ae313d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint-and-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ permissions:
3333
actions: read
3434

3535
env:
36-
# See https://turbo.build/repo/docs/reference/command-line-reference/run#--force
37-
TURBO_FORCE: true
36+
# See https://turbo.build/repo/docs/reference/command-line-reference/run#--cache-dir
37+
TURBO_ARGS: --cache-dir=.turbo/cache
3838

3939
jobs:
4040
lint:

0 commit comments

Comments
 (0)