--skip-server in ci setup

This commit is contained in:
David Heinemeier Hansson
2025-04-21 15:26:19 +02:00
parent 29948d8881
commit e1b2b623e8
+1 -1
View File
@@ -1,7 +1,7 @@
# Run using bin/ci
CI.run do
step "Setup", "bin/setup"
step "Setup", "bin/setup --skip-server"
step "Style: Ruby", "bin/rubocop"