Skip to content

Commit 0c56644

Browse files
committed
feat: undo caching in ci
1 parent 9ef8615 commit 0c56644

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -58,24 +58,6 @@ jobs:
5858
with:
5959
bun-version: latest
6060

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-
uses: actions/cache@v4
73-
with:
74-
path: .turbo
75-
key: ${{ runner.os }}-turbo-${{ hashFiles('**/turbo.json', '**/package.json') }}
76-
restore-keys: |
77-
${{ runner.os }}-turbo-
78-
7961
- name: Install dependencies
8062
run: bun install
8163

0 commit comments

Comments
 (0)