We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6fe2b5 commit 7ae313dCopy full SHA for 7ae313d
.github/workflows/lint-and-tests.yml
@@ -33,8 +33,8 @@ permissions:
33
actions: read
34
35
env:
36
- # See https://turbo.build/repo/docs/reference/command-line-reference/run#--force
37
- TURBO_FORCE: true
+ # See https://turbo.build/repo/docs/reference/command-line-reference/run#--cache-dir
+ TURBO_ARGS: --cache-dir=.turbo/cache
38
39
jobs:
40
lint:
0 commit comments