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