ci: run the 37id tests

This commit is contained in:
Mike Dalessio
2025-06-19 17:13:31 -04:00
parent a8a64a2384
commit 6594dd115a
+1
View File
@@ -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"