Skip to content

Commit ed4f6ec

Browse files
committed
Simplify local ci
1 parent 12b4991 commit ed4f6ec

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

config/ci.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
step "Security: Importmap audit", "bin/importmap audit"
1212
step "Security: Brakeman audit", "bin/brakeman --quiet --no-pager --exit-on-warn --exit-on-error"
1313

14-
step "Tests: Fizzy", "bin/rails test"
15-
step "Tests: SaaS", "SAAS=1 bin/rails test:saas" if Fizzy.saas?
16-
14+
step "Tests: Open source", "bin/rails test"
1715
step "Tests: System", "bin/rails test:system"
1816

1917
if success?

0 commit comments

Comments
 (0)