File tree 2 files changed +10
-4
lines changed
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,18 @@ jobs:
15
15
sudo apt-get install --yes --quiet
16
16
pandoc
17
17
18
+ - name : Setup gems
19
+ run : |
20
+ cp test/support/gemfile.rb Gemfile
21
+
18
22
- name : Setup Ruby
19
23
uses : ruby/setup-ruby@v1
20
24
with :
21
25
ruby-version : 2.6
22
26
bundler-cache : true
23
27
24
- - name : Setup gems
28
+ - name : Run bundler
25
29
run : |
26
- cp test/support/gemfile.rb Gemfile
27
30
bundle install --jobs 4 --retry 3
28
31
29
32
- name : Run Brakeman
Original file line number Diff line number Diff line change @@ -10,15 +10,18 @@ jobs:
10
10
steps :
11
11
- uses : actions/checkout@v1
12
12
13
+ - name : Setup gems
14
+ run : |
15
+ cp test/support/gemfile.rb Gemfile
16
+
13
17
- name : Setup Ruby
14
18
uses : ruby/setup-ruby@v1
15
19
with :
16
20
ruby-version : 2.6
17
21
bundler-cache : true
18
22
19
- - name : Setup gems
23
+ - name : Run bundler
20
24
run : |
21
- cp test/support/gemfile.rb Gemfile
22
25
bundle install --jobs 4 --retry 3
23
26
24
27
- name : Run RuboCop
You can’t perform that action at this time.
0 commit comments