From 6594dd115ae136d76cd6b77081a49b4ec2dd3bdd Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Thu, 19 Jun 2025 17:13:31 -0400 Subject: [PATCH] ci: run the 37id tests --- config/ci.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/ci.rb b/config/ci.rb index c94990581..bc96a3831 100644 --- a/config/ci.rb +++ b/config/ci.rb @@ -10,6 +10,7 @@ CI.run do step "Security: Brakeman code analysis", "bin/brakeman --quiet --no-pager --exit-on-warn --exit-on-error" step "Tests: Rails", "bin/rails test" + step "Tests: 37id", "bin/rails 37id:test:units" if success? step "Signoff: All systems go. Ready for merge and deploy.", "gh signoff"