.github/workflows/test.yml in arel_toolkit-0.4.5 vs .github/workflows/test.yml in arel_toolkit-0.4.6
- old
+ new
@@ -56,9 +56,12 @@
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
chmod +x ./cc-test-reporter
./cc-test-reporter before-build
- name: RSpec
run: |
+ bundle exec rspec --force-color
+ - name: Appraisal RSpec
+ run: |
bundle exec appraisal rspec --force-color
- uses: actions/upload-artifact@v2
with:
name: rspec-coverage
path: ./coverage
\ No newline at end of file