try running rspec instead of rake
This commit is contained in:
parent
103dccc59e
commit
dd9d2e1b93
1 changed files with 2 additions and 2 deletions
4
.github/workflows/spec.yml
vendored
4
.github/workflows/spec.yml
vendored
|
|
@ -43,8 +43,8 @@ jobs:
|
|||
bundle exec bin/rails webdrivers:chromedriver:update
|
||||
- name: spec/${{ matrix.suite }}
|
||||
run: |
|
||||
bundle exec rake spec:${{ matrix.suite }}
|
||||
bundle exec rake spec:leftovers --exclude-pattern "**/user_datatable_spec.rb"
|
||||
bundle exec rspec spec/${{ matrix.suite }}
|
||||
bundle exec rspec --exclude-pattern "spec/{models, features, controllers, ability}/**/*_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