try ignoring datatables

This commit is contained in:
Jimmy 2021-04-08 00:31:13 +08:00 committed by CactusPuppy
parent 20da873c09
commit e0a1122552
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82

View file

@ -42,9 +42,9 @@ jobs:
bundle exec rake db:setup --trace
bundle exec bin/rails webdrivers:chromedriver:update
- name: spec/${{ matrix.suite }}
run: |
bundle exec rspec spec/${{ matrix.suite }}
bundle exec rspec --exclude-pattern "spec/{models, features, controllers, ability}/**/*_spec.rb"
run: bundle exec rspec spec/${{ matrix.suite }}
- name: spec/leftovers
run: bundle exec rspec --exclude-pattern "{spec/{models, features, controllers, ability}/**/*_spec.rb, spec/datatables/**/*_spec.rb}"
- name: coverage upload ${{ matrix.suite }}
uses: codacy/codacy-coverage-reporter-action@master
if: github.ref == 'refs/heads/master'