We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12b4991 commit ed4f6ecCopy full SHA for ed4f6ec
config/ci.rb
@@ -11,9 +11,7 @@
11
step "Security: Importmap audit", "bin/importmap audit"
12
step "Security: Brakeman audit", "bin/brakeman --quiet --no-pager --exit-on-warn --exit-on-error"
13
14
- step "Tests: Fizzy", "bin/rails test"
15
- step "Tests: SaaS", "SAAS=1 bin/rails test:saas" if Fizzy.saas?
16
-
+ step "Tests: Open source", "bin/rails test"
17
step "Tests: System", "bin/rails test:system"
18
19
if success?
0 commit comments