This commit is contained in:
Jorge Manrubia
2025-11-23 18:34:54 +01:00
parent 08cc02804d
commit cd231c48d5
+2 -2
View File
@@ -12,9 +12,9 @@ CI.run do
step "Security: Brakeman audit", "bin/brakeman --quiet --no-pager --exit-on-warn --exit-on-error"
step "Security: Gitleaks audit", "bin/gitleaks-audit"
step "Tests: Fizzy", "bin/rails test"
step "Tests: Fizzy", "bin/rails test"
step "Tests: SaaS", "SAAS=1 bin/rails test:saas" if Fizzy.saas?
step "Tests: SaaS", "SAAS=1 bin/rails test:saas" if Fizzy.saas?
step "Tests: System", "bin/rails test:system"
if success?