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?