File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 3232 with :
3333 ruby-version : ${{ matrix.ruby }}
3434 bundler-cache : true
35+ - run : gem install rspec_junit_formatter
3536 - run : bundle exec rspec --format RspecJunitFormatter --out junit.xml
3637 - name : Publish Test Report
3738 uses : mikepenz/action-junit-report@v3
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ gem "rubocop", "~> 1.21"
1313gem "rubocop-performance"
1414gem "rubocop-rspec"
1515gem "simplecov" , require : false
16- gem "rspec_junit_formatter" , require : false
16+ # gem "rspec_junit_formatter", require: false
Original file line number Diff line number Diff line change 5252 diff-lcs (>= 1.2.0 , < 2.0 )
5353 rspec-support (~> 3.11.0 )
5454 rspec-support (3.11.0 )
55- rspec_junit_formatter (0.6.0 )
56- rspec-core (>= 2 , < 4 , != 2.12.0 )
5755 rubocop (1.56.0 )
5856 base64 (~> 0.1.1 )
5957 json (~> 2.3 )
@@ -98,7 +96,6 @@ DEPENDENCIES
9896 aws_ec2_environment !
9997 rake (~> 13.0 )
10098 rspec (~> 3.0 )
101- rspec_junit_formatter
10299 rubocop (~> 1.21 )
103100 rubocop-performance
104101 rubocop-rspec
You can’t perform that action at this time.
0 commit comments