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
No known key found for this signature in database
GPG key ID: 97DDB66BDAF8D4D6

View file

@ -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