implement cache
This commit is contained in:
6
.github/workflows/bun-ci.yml
vendored
6
.github/workflows/bun-ci.yml
vendored
@ -30,6 +30,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
bun-version: 1.2.2
|
bun-version: 1.2.2
|
||||||
|
|
||||||
|
- name: Cache Bun modules
|
||||||
|
uses: actions/cache@v4
|
||||||
|
with:
|
||||||
|
path: ~/.bun/install/cache
|
||||||
|
key: ${{ runner.os }}-bun-${{ hashFiles('apps/web/bun.lockb') }}
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
working-directory: apps/web
|
working-directory: apps/web
|
||||||
run: bun install
|
run: bun install
|
||||||
|
Reference in New Issue
Block a user