Skip to content

Commit 6ee392c

Browse files
test: test bun cache really making any diffrence
1 parent aa1de4a commit 6ee392c

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/app-build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,6 @@ jobs:
6363
- name: setup bun
6464
uses: oven-sh/setup-bun@v2
6565

66-
- name: Cache Bun dependencies
67-
uses: actions/cache@v4
68-
with:
69-
path: ~/.bun/install/cache
70-
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb', '**/bun.lock') }}
71-
restore-keys: |
72-
${{ runner.os }}-bun-
73-
7466
- name: install frontend dependencies
7567
run: bun i
7668

0 commit comments

Comments
 (0)