We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ef8615 commit 0c56644Copy full SHA for 0c56644
.github/workflows/test.yml
@@ -58,24 +58,6 @@ jobs:
58
with:
59
bun-version: latest
60
61
- - name: Cache Bun dependencies
62
- uses: actions/cache@v4
63
- with:
64
- path: |
65
- ~/.bun/install/cache
66
- node_modules
67
- key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}
68
- restore-keys: |
69
- ${{ runner.os }}-bun-
70
-
71
- - name: Cache Turbo
72
73
74
- path: .turbo
75
- key: ${{ runner.os }}-turbo-${{ hashFiles('**/turbo.json', '**/package.json') }}
76
77
- ${{ runner.os }}-turbo-
78
79
- name: Install dependencies
80
run: bun install
81
0 commit comments