fix: resolve CI test failures — explicit cache mock exports, hoisted service mocks, pinned Bun 1.3.6

This commit is contained in:
2026-03-09 03:03:06 -05:00
parent f53b390e18
commit 15ef24eb3e
4 changed files with 84 additions and 106 deletions
+2
View File
@@ -14,6 +14,8 @@ jobs:
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: "1.3.6"
- name: Install dependencies
run: bun install --frozen-lockfile
+2
View File
@@ -14,6 +14,8 @@ jobs:
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: "1.3.6"
- name: Install dependencies
run: bun install --frozen-lockfile