File tree 1 file changed +0
-10
lines changed
1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 66
66
bundler : " ${{ matrix.bundler }}"
67
67
bundler-cache : false
68
68
69
- - name : CodeClimate Pre-build Notification
70
- run : cc-test-reporter before-build
71
- if : ${{ github.event_name != 'pull_request' }}
72
- continue-on-error : ${{ matrix.experimental != 'false' }}
73
-
74
69
# Raw `bundle` will use the BUNDLE_GEMFILE set to matrix.gemfile (i.e. Appraisal.root)
75
70
# We need to do this first to get appraisal installed.
76
71
# NOTE: This does not use the main Gemfile at all.
81
76
- name : Tests for ${{ matrix.ruby }}@current via ${{ matrix.exec_cmd }}
82
77
run : bundle exec appraisal ${{ matrix.appraisal }} bundle exec ${{ matrix.exec_cmd }}
83
78
84
- - name : CodeClimate Post-build Notification
85
- run : cc-test-reporter after-build
86
- if : ${{ github.event_name != 'pull_request' }}
87
- continue-on-error : ${{ matrix.experimental != 'false' }}
88
-
89
79
- name : Code Coverage Summary Report
90
80
91
81
if : ${{ github.event_name == 'pull_request' }}
You can’t perform that action at this time.
0 commit comments