File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1818 bundle exec rubocop --version
1919 bundle exec rubocop -D .
2020
21- " rspec " :
21+ " rspec-linux " :
2222 runs-on : ubuntu-latest
2323 steps :
2424 - uses : actions/checkout@v2
2929 run : |
3030 g++ -v
3131 bundle install
32- bundle exec rspec --backtrace
32+ bundle exec rspec
3333
3434 " TestSomething " :
3535 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1818 bundle exec rubocop --version
1919 bundle exec rubocop -D .
2020
21- " rspec " :
21+ " rspec-macos " :
2222 runs-on : macos-latest
2323 steps :
2424 - uses : actions/checkout@v2
2929 run : |
3030 g++ -v
3131 bundle install
32- bundle exec rspec --backtrace
32+ bundle exec rspec
3333
3434 " TestSomething " :
3535 runs-on : macos-latest
Original file line number Diff line number Diff line change 1818 bundle exec rubocop --version
1919 bundle exec rubocop -D . --except Layout/EndOfLine
2020
21- " rspec " :
21+ " rspec-windows " :
2222 runs-on : windows-latest
2323 steps :
2424 - uses : actions/checkout@v2
2929 run : |
3030 g++ -v
3131 bundle install
32- bundle exec rspec --backtrace
32+ bundle exec rspec
3333
3434 TestSomething :
3535 runs-on : windows-latest
You can’t perform that action at this time.
0 commit comments