diff --git a/.github/workflows/spec.yml b/.github/workflows/spec.yml index 9f83c059..50387eef 100644 --- a/.github/workflows/spec.yml +++ b/.github/workflows/spec.yml @@ -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'