Disable factory linting in CI

This flickers...
This commit is contained in:
Henne Vogelsang
2025-08-13 11:06:30 +02:00
parent ba2b2b7fc9
commit 668f995aed

View File

@@ -38,7 +38,8 @@ jobs:
run: |
bundle exec rake db:setup --trace
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 }}
run: bundle exec rake spec:${{ matrix.suite }}
- name: Upload Suite Artifacts