This commit is contained in:
Jorge Manrubia
2025-11-23 18:35:26 +01:00
parent cd231c48d5
commit fe20d8f2a5
+1 -1
View File
@@ -13,8 +13,8 @@ CI.run do
step "Security: Gitleaks audit", "bin/gitleaks-audit"
step "Tests: Fizzy", "bin/rails test"
step "Tests: SaaS", "SAAS=1 bin/rails test:saas" if Fizzy.saas?
step "Tests: System", "bin/rails test:system"
if success?