Skip to content

Commit

Permalink
Cached dependencies for bun ci
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor-podzigun committed May 6, 2023
1 parent fa53547 commit 4e0805b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci_bun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ jobs:
with:
bun-version: "0.5.9"

- name: Cache Dependencies
uses: actions/cache@v3
with:
path: |
~/.bun/install/cache
~/work/farjs-ui/farjs-ui/bun.lockb
key: ${{ runner.os }}-bun-cache-v3-${{ hashFiles('**/bun.lockb') }}
restore-keys: |
${{ runner.os }}-bun-cache-v3-
- name: Run tests
run: |
bun install
Expand Down

0 comments on commit 4e0805b

Please sign in to comment.