File tree 4 files changed +1
-79
lines changed
4 files changed +1
-79
lines changed Original file line number Diff line number Diff line change 16
16
with :
17
17
fetch-depth : 0
18
18
19
- - name : Set up Ruby
20
- uses : ruby/setup-ruby@036ef458ddccddb148a2b9fb67e95a22fdbf728b # v1.160.0
21
- with :
22
- ruby-version : ' 3.1'
23
-
24
- - name : Cache Bundler gems
25
- uses : actions/cache@v3
26
- with :
27
- path : mmv1/vendor/bundle
28
- key : ${{ runner.os }}-gems-${{ hashFiles('mmv1/**/Gemfile.lock') }}
29
- restore-keys : |
30
- ${{ runner.os }}-gems-
31
-
32
- - name : Install Ruby dependencies
33
- shell : bash
34
- run : |
35
- bundle config path mmv1/vendor/bundle
36
- bundle install
37
- working-directory : mmv1
38
-
39
19
- name : Set up Go
40
20
uses : actions/setup-go@v4
41
21
with :
Original file line number Diff line number Diff line change 25
25
with :
26
26
fetch-depth : 0
27
27
28
- - name : Set up Ruby
29
- uses : ruby/setup-ruby@036ef458ddccddb148a2b9fb67e95a22fdbf728b # v1.160.0
30
- with :
31
- ruby-version : ' 3.1'
32
-
33
- - name : Cache Bundler gems
34
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
35
- with :
36
- path : mmv1/vendor/bundle
37
- key : ${{ runner.os }}-gems-${{ hashFiles('mmv1/**/Gemfile.lock') }}
38
- restore-keys : |
39
- ${{ runner.os }}-gems-
40
-
41
- - name : Install Ruby dependencies
42
- run : |
43
- bundle config path mmv1/vendor/bundle
44
- bundle install
45
- working-directory : mmv1
46
-
47
28
- name : Set up Go
48
29
uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
49
30
with :
Original file line number Diff line number Diff line change 22
22
strategy :
23
23
fail-fast : false
24
24
matrix :
25
- language : [ 'go', 'ruby' ]
25
+ language : [ 'go' ]
26
26
27
27
steps :
28
28
- name : Checkout repository
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments