File tree 2 files changed +4
-21
lines changed
2 files changed +4
-21
lines changed Original file line number Diff line number Diff line change 23
23
id : set-up-homebrew
24
24
uses : Homebrew/actions/setup-homebrew@master
25
25
26
- - name : Cache Homebrew Bundler RubyGems
27
- id : cache
28
- uses : actions/cache@v4
29
- with :
30
- path : ${{ steps.set-up-homebrew.outputs.gems-path }}
31
- key : ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
32
- restore-keys : ${{ runner.os }}-rubygems-
33
-
34
- - name : Install Homebrew Bundler RubyGems
35
- if : steps.cache.outputs.cache-hit != 'true'
36
- run : brew install-bundler-gems
37
-
38
26
- name : Set up git
39
27
run : |
40
28
git config --global user.name "osxCrossTestBot"
Original file line number Diff line number Diff line change @@ -26,16 +26,11 @@ jobs:
26
26
uses : Homebrew/actions/setup-homebrew@master
27
27
28
28
- name : Cache Homebrew Bundler RubyGems
29
- id : cache
30
29
uses : actions/cache@v4
31
30
with :
32
31
path : ${{ steps.set-up-homebrew.outputs.gems-path }}
33
- key : ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
34
- restore-keys : ${{ runner.os }}-rubygems-
35
-
36
- - name : Install Homebrew Bundler RubyGems
37
- if : steps.cache.outputs.cache-hit != 'true'
38
- run : brew install-bundler-gems
32
+ key : ${{ matrix.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
33
+ restore-keys : ${{ matrix.os }}-rubygems-
39
34
40
35
- run : brew test-bot --only-cleanup-before
41
36
50
45
if : always() && github.event_name == 'pull_request'
51
46
uses : actions/upload-artifact@v4
52
47
with :
53
- name : bottles- ${{ matrix.os }}
54
- path : " *.bottle.*"
48
+ name : bottles_ ${{ matrix.os }}
49
+ path : ' *.bottle.*'
You can’t perform that action at this time.
0 commit comments