mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Move factory linting to CI cycle
No need to do this before each and every spec or example. Speeds up suite and make things less fragile.
This commit is contained in:
parent
0104671e01
commit
7dbe2d19fe
5 changed files with 5 additions and 32 deletions
1
.github/workflows/spec.yml
vendored
1
.github/workflows/spec.yml
vendored
|
|
@ -41,6 +41,7 @@ jobs:
|
|||
rm -f osem_test osem_development
|
||||
bundle exec rake db:setup --trace
|
||||
bundle exec bin/rails webdrivers:chromedriver:update
|
||||
bundle exec rake factory_bot:lint RAILS_ENV=test
|
||||
- name: spec/${{ matrix.suite }}
|
||||
run: bundle exec rake spec:${{ matrix.suite }}
|
||||
- name: coverage upload ${{ matrix.suite }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue