File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
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 : bundle exec rspec
35+ - run : bundle exec rspec --format RspecJunitFormatter --out junit.xml
36+ - name : Publish Test Report
37+ uses : mikepenz/action-junit-report@v3
38+ if : success() || failure()
39+ with :
40+ report_paths : ' junit.xml'
3641 lint :
3742 runs-on : ubuntu-latest
3843 steps :
Original file line number Diff line number Diff line change @@ -13,3 +13,4 @@ gem "rubocop", "~> 1.21"
1313gem "rubocop-performance"
1414gem "rubocop-rspec"
1515gem "simplecov" , 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 )
5557 rubocop (1.56.0 )
5658 base64 (~> 0.1.1 )
5759 json (~> 2.3 )
@@ -96,6 +98,7 @@ DEPENDENCIES
9698 aws_ec2_environment !
9799 rake (~> 13.0 )
98100 rspec (~> 3.0 )
101+ rspec_junit_formatter
99102 rubocop (~> 1.21 )
100103 rubocop-performance
101104 rubocop-rspec
You can’t perform that action at this time.
0 commit comments