Skip to content

Commit

Permalink
Use correct ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
radeknovis committed Dec 28, 2023
1 parent 264d830 commit 90a590b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,12 @@ jobs:
shell: bash
run: make unit_tests

- name: danger
- name: Danger
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: bundle exec danger --verbose
run:
/opt/homebrew/opt/ruby/bin/bundle install
/opt/homebrew/opt/ruby/bin/bundle exec danger --verbose

- name: Publish Test Report
uses: mikepenz/action-junit-report@v3
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ source "https://rubygems.org"

gem "xcov", "~> 1.8"
gem "danger", "~> 9.4"
gem "danger-xcov", "~> 0.5.0"
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ GEM
no_proxy_fix
octokit (>= 4.0)
terminal-table (>= 1, < 4)
danger-xcov (0.5.0)
danger (>= 2.1)
xcov (>= 1.7.3)
declarative (0.0.20)
digest-crc (0.6.5)
rake (>= 12.0.0, < 14.0.0)
Expand Down Expand Up @@ -257,6 +260,7 @@ PLATFORMS

DEPENDENCIES
danger (~> 9.4)
danger-xcov (~> 0.5.0)
xcov (~> 1.8)

BUNDLED WITH
Expand Down

0 comments on commit 90a590b

Please sign in to comment.