From e0a11225529aa38addd06895572bb88fbcce6e7a Mon Sep 17 00:00:00 2001 From: Jimmy Date: Thu, 8 Apr 2021 00:31:13 +0800 Subject: [PATCH] try ignoring datatables --- .github/workflows/spec.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'