File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 3
3
on : push
4
4
5
5
env :
6
- BUNDLE_PATH : vendor/bundle
6
+ BUNDLE_FROZEN : " true"
7
+ BUNDLE_PATH : ~/.bundle
7
8
8
9
jobs :
9
10
lint :
@@ -15,12 +16,12 @@ jobs:
15
16
- name : Restore cache
16
17
uses : actions/cache@v4
17
18
with :
18
- key : cache-${{ hashFiles(" bun.lock", " Gemfile" ) }}
19
+ key : cache-${{ hashFiles(' bun.lock', ' Gemfile' ) }}
19
20
restore-keys : cache
20
21
path : |
21
22
node_modules
22
- vendor/bundle
23
23
~/.bun/install/cache
24
+ ~/.bundle
24
25
25
26
- name : Set up Bun
26
27
uses : oven-sh/setup-bun@v2
@@ -49,12 +50,12 @@ jobs:
49
50
- name : Restore cache
50
51
uses : actions/cache@v4
51
52
with :
52
- key : cache-${{ hashFiles(" bun.lock", " Gemfile" ) }}
53
+ key : cache-${{ hashFiles(' bun.lock', ' Gemfile' ) }}
53
54
restore-keys : cache
54
55
path : |
55
56
node_modules
56
- vendor/bundle
57
57
~/.bun/install/cache
58
+ ~/.bundle
58
59
59
60
- name : Set up Bun
60
61
uses : oven-sh/setup-bun@v2
You can’t perform that action at this time.
0 commit comments