File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 - name : Turbo Cache
4747 uses : actions/cache@v6
4848 with :
49- path : node_modules/.cache/ turbo
49+ path : . turbo/cache
5050 key : turbo-${{ runner.os }}-${{ github.sha }}
5151 restore-keys : |
5252 turbo-${{ runner.os }}-
Original file line number Diff line number Diff line change 8686 - name : Turbo Cache
8787 uses : actions/cache@v6
8888 with :
89- path : node_modules/.cache/ turbo
89+ path : . turbo/cache
9090 key : turbo-${{ runner.os }}-type-check-${{ github.sha }}
9191 restore-keys : |
9292 turbo-${{ runner.os }}-type-check-
@@ -324,7 +324,7 @@ jobs:
324324 if : steps.docs-changes.outputs.should_run == 'true'
325325 uses : actions/cache@v6
326326 with :
327- path : node_modules/.cache/ turbo
327+ path : . turbo/cache
328328 key : turbo-${{ runner.os }}-docs-${{ github.sha }}
329329 restore-keys : |
330330 turbo-${{ runner.os }}-docs-
Original file line number Diff line number Diff line change 6666 - name : Turbo Cache
6767 uses : actions/cache@v6
6868 with :
69- path : node_modules/.cache/ turbo
69+ path : . turbo/cache
7070 key : turbo-${{ runner.os }}-${{ github.sha }}
7171 restore-keys : |
7272 turbo-${{ runner.os }}-
Original file line number Diff line number Diff line change 4747 - name : Turbo Cache
4848 uses : actions/cache@v6
4949 with :
50- path : node_modules/.cache/ turbo
50+ path : . turbo/cache
5151 key : turbo-${{ runner.os }}-${{ github.sha }}
5252 restore-keys : |
5353 turbo-${{ runner.os }}-
Original file line number Diff line number Diff line change 3636 - name : Turbo Cache
3737 uses : actions/cache@v6
3838 with :
39- path : node_modules/.cache/ turbo
39+ path : . turbo/cache
4040 key : turbo-${{ runner.os }}-${{ github.sha }}
4141 restore-keys : |
4242 turbo-${{ runner.os }}-
You can’t perform that action at this time.
0 commit comments