Skip to content

Commit

Permalink
refactor: install gem as part of CI
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Sep 3, 2023
1 parent c652018 commit a5fbb71
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: gem install rspec_junit_formatter
- run: bundle exec rspec --format RspecJunitFormatter --out junit.xml
- name: Publish Test Report
uses: mikepenz/action-junit-report@v3
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ gem "rubocop", "~> 1.21"
gem "rubocop-performance"
gem "rubocop-rspec"
gem "simplecov", require: false
gem "rspec_junit_formatter", require: false
# gem "rspec_junit_formatter", require: false
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-support (3.11.0)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.56.0)
base64 (~> 0.1.1)
json (~> 2.3)
Expand Down Expand Up @@ -98,7 +96,6 @@ DEPENDENCIES
aws_ec2_environment!
rake (~> 13.0)
rspec (~> 3.0)
rspec_junit_formatter
rubocop (~> 1.21)
rubocop-performance
rubocop-rspec
Expand Down

0 comments on commit a5fbb71

Please sign in to comment.