Skip to content

Commit a5fbb71

Browse files
committed
refactor: install gem as part of CI
1 parent c652018 commit a5fbb71

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
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

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ gem "rubocop", "~> 1.21"
1313
gem "rubocop-performance"
1414
gem "rubocop-rspec"
1515
gem "simplecov", require: false
16-
gem "rspec_junit_formatter", require: false
16+
# gem "rspec_junit_formatter", require: false

Gemfile.lock

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ GEM
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

0 commit comments

Comments
 (0)