From 668f995aed54e0e7ba9e2d7d70bb600f1cea7f76 Mon Sep 17 00:00:00 2001 From: Henne Vogelsang Date: Wed, 13 Aug 2025 11:06:30 +0200 Subject: [PATCH] Disable factory linting in CI This flickers... --- .github/workflows/spec.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/spec.yml b/.github/workflows/spec.yml index 4a7c8340..d786eb16 100644 --- a/.github/workflows/spec.yml +++ b/.github/workflows/spec.yml @@ -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