File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 - gemfile : gemfiles/rails_master.gemfile
5353 ruby : 3.3
5454 graphql_reject_numbers_followed_by_names : 1
55- coverage : 1
5655 redis : 1
5756 - gemfile : gemfiles/rails_master.gemfile
5857 ruby : 3.4
7978 bundler-cache : true
8079 - run : bundle exec rake compile
8180 - run : bundle exec rake test
82- - run : git fetch --no-tags --prune --unshallow origin +refs/heads/*:refs/remotes/origin/*
83- if : ${{ !!matrix.coverage }}
84- - run : bundle exec pronto run -f github_pr -c origin/${{ github.base_ref }}
85- if : ${{ !!matrix.coverage }}
86- env :
87- PRONTO_PULL_REQUEST_ID : ${{ github.event.pull_request.number }}
88- PRONTO_GITHUB_ACCESS_TOKEN : " ${{ github.token }}"
8981 javascript_test :
9082 runs-on : ubuntu-latest
9183 steps :
Original file line number Diff line number Diff line change 1+ name : Pronto
2+ on :
3+ - pull_request_target
4+
5+ jobs :
6+ pronto :
7+
8+ runs-on : ubuntu-latest
9+
10+ steps :
11+ - name : Checkout code
12+ uses : actions/checkout@v2
13+ - run : git fetch --no-tags --prune --unshallow origin +refs/heads/*:refs/remotes/origin/*
14+ - name : Setup Ruby
15+ uses : ruby/setup-ruby@v1
16+ - name : Setup pronto
17+ run : gem install undercover pronto pronto-rubocop pronto-undercover
18+ - name : Run Pronto
19+ run : PRONTO_PULL_REQUEST_ID="${{ github.event.pull_request.number }}" PRONTO_GITHUB_ACCESS_TOKEN="${{ github.token }}" pronto run -f github_pr -c origin/${{ github.base_ref }}
Original file line number Diff line number Diff line change @@ -44,8 +44,6 @@ Gem::Specification.new do |s|
4444 s . add_development_dependency "simplecov"
4545 s . add_development_dependency "simplecov-lcov"
4646 s . add_development_dependency "undercover"
47- s . add_development_dependency "pronto"
48- s . add_development_dependency "pronto-undercover"
4947 # website stuff
5048 s . add_development_dependency "jekyll"
5149 s . add_development_dependency "jekyll-sass-converter" , "~>2.2"
You can’t perform that action at this time.
0 commit comments