File tree Expand file tree Collapse file tree 4 files changed +10
-51
lines changed
Expand file tree Collapse file tree 4 files changed +10
-51
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- ---
21name : CI
32on :
4- push :
53 pull_request :
6- workflow_dispatch :
4+ push :
5+ branches-ignore :
6+ - dependabot/*
7+ - renovate/*
78 schedule :
89 - cron : 0 0 * * *
10+ workflow_dispatch :
11+ concurrency :
12+ group : " ${{ github.workflow }}-${{ github.ref }}"
13+ cancel-in-progress : true
14+ permissions :
15+ contents : read
916jobs :
1017 ci :
1118 runs-on : ubuntu-latest
1219 strategy :
1320 matrix :
1421 ruby-version :
15- - ' 3.1'
1622 - ' 3.3'
1723 rails-version :
1824 - ' 7.0'
1925 - ' 7.1'
2026 - ' 7.2'
2127 env :
2228 TEST_RAILS_VERSION : " ${{ matrix.rails-version }}"
23- CC_TEST_REPORTER_ID : " ${{ secrets.CC_TEST_REPORTER_ID }}"
2429 steps :
2530 - uses : actions/checkout@v6
2631 - name : Set up Ruby
3136 timeout-minutes : 30
3237 - name : Run tests
3338 run : bundle exec rake
34- - name : Report code coverage
35- if : " ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.3' &&
36- matrix.rails-version == '7.0' }}"
37- continue-on-error : true
38- uses : paambaati/codeclimate-action@v9
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
33[ ![ Gem Version] ( https://badge.fury.io/rb/manageiq-gems-pending.svg )] ( http://badge.fury.io/rb/manageiq-gems-pending )
44[ ![ CI] ( https://github.com/ManageIQ/manageiq-gems-pending/actions/workflows/ci.yaml/badge.svg?branch=master )] ( https://github.com/ManageIQ/manageiq-gems-pending/actions/workflows/ci.yaml )
5- [ ![ Code Climate] ( https://codeclimate.com/github/ManageIQ/manageiq-gems-pending.svg )] ( https://codeclimate.com/github/ManageIQ/manageiq-gems-pending )
6- [ ![ Test Coverage] ( https://codeclimate.com/github/ManageIQ/manageiq-gems-pending/badges/coverage.svg )] ( https://codeclimate.com/github/ManageIQ/manageiq-gems-pending/coverage )
75
86Code extracted from ManageIQ/manageiq gems/pending directory in an effort to reduce complexity of ManageIQ/manageiq repository.
97
You can’t perform that action at this time.
0 commit comments