File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 6666 bundler : " ${{ matrix.bundler }}"
6767 bundler-cache : false
6868
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-
7469 # Raw `bundle` will use the BUNDLE_GEMFILE set to matrix.gemfile (i.e. Appraisal.root)
7570 # We need to do this first to get appraisal installed.
7671 # NOTE: This does not use the main Gemfile at all.
8176 - name : Tests for ${{ matrix.ruby }}@current via ${{ matrix.exec_cmd }}
8277 run : bundle exec appraisal ${{ matrix.appraisal }} bundle exec ${{ matrix.exec_cmd }}
8378
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-
8979 - name : Code Coverage Summary Report
90809181 if : ${{ github.event_name == 'pull_request' }}
You can’t perform that action at this time.
0 commit comments