From e1b2b623e8869a307b4c4fea5d6c28cad11e7b3d Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 21 Apr 2025 15:26:19 +0200 Subject: [PATCH] --skip-server in ci setup --- config/ci.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ci.rb b/config/ci.rb index 1a22e3e33..c94990581 100644 --- a/config/ci.rb +++ b/config/ci.rb @@ -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"