mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 11:44:02 +00:00
Disable factory linting in CI
This flickers...
This commit is contained in:
parent
ba2b2b7fc9
commit
668f995aed
1 changed files with 2 additions and 1 deletions
3
.github/workflows/spec.yml
vendored
3
.github/workflows/spec.yml
vendored
|
|
@ -38,7 +38,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
bundle exec rake db:setup --trace
|
bundle exec rake db:setup --trace
|
||||||
bundle exec bin/rails webdrivers:chromedriver:update
|
bundle exec bin/rails webdrivers:chromedriver:update
|
||||||
bundle exec rake factory_bot:lint RAILS_ENV=test
|
# FIXME: This flickers...
|
||||||
|
# bundle exec rake factory_bot:lint RAILS_ENV=test --trace
|
||||||
- name: spec/${{ matrix.suite }}
|
- name: spec/${{ matrix.suite }}
|
||||||
run: bundle exec rake spec:${{ matrix.suite }}
|
run: bundle exec rake spec:${{ matrix.suite }}
|
||||||
- name: Upload Suite Artifacts
|
- name: Upload Suite Artifacts
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue