From fe20d8f2a51ed08b5bd08d37738cc6b7a2e0cdeb Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Sun, 23 Nov 2025 18:35:26 +0100 Subject: [PATCH] Format --- config/ci.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ci.rb b/config/ci.rb index c53ef7eb3..639df7ef3 100644 --- a/config/ci.rb +++ b/config/ci.rb @@ -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?