try ignoring datatables
This commit is contained in:
parent
20da873c09
commit
e0a1122552
1 changed files with 3 additions and 3 deletions
6
.github/workflows/spec.yml
vendored
6
.github/workflows/spec.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue