File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 18
18
bundle exec rubocop --version
19
19
bundle exec rubocop -D .
20
20
21
- " rspec " :
21
+ " rspec-linux " :
22
22
runs-on : ubuntu-latest
23
23
steps :
24
24
- uses : actions/checkout@v2
29
29
run : |
30
30
g++ -v
31
31
bundle install
32
- bundle exec rspec --backtrace
32
+ bundle exec rspec
33
33
34
34
" TestSomething " :
35
35
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 18
18
bundle exec rubocop --version
19
19
bundle exec rubocop -D .
20
20
21
- " rspec " :
21
+ " rspec-macos " :
22
22
runs-on : macos-latest
23
23
steps :
24
24
- uses : actions/checkout@v2
29
29
run : |
30
30
g++ -v
31
31
bundle install
32
- bundle exec rspec --backtrace
32
+ bundle exec rspec
33
33
34
34
" TestSomething " :
35
35
runs-on : macos-latest
Original file line number Diff line number Diff line change 18
18
bundle exec rubocop --version
19
19
bundle exec rubocop -D . --except Layout/EndOfLine
20
20
21
- " rspec " :
21
+ " rspec-windows " :
22
22
runs-on : windows-latest
23
23
steps :
24
24
- uses : actions/checkout@v2
29
29
run : |
30
30
g++ -v
31
31
bundle install
32
- bundle exec rspec --backtrace
32
+ bundle exec rspec
33
33
34
34
TestSomething :
35
35
runs-on : windows-latest
You can’t perform that action at this time.
0 commit comments