We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a57e6e7 + 7230964 commit c615cc7Copy full SHA for c615cc7
.spin/svc.yml
@@ -0,0 +1 @@
1
+- redis
ruby/lib/minitest/queue/runner.rb
@@ -22,6 +22,9 @@ def self.invoke(argv)
22
def initialize(argv)
23
@queue_config = CI::Queue::Configuration.from_env(ENV)
24
@command, @argv = parse(argv)
25
+ if Minitest.respond_to?(:seed=)
26
+ Minitest.seed = @queue_config.seed.to_i
27
+ end
28
end
29
30
def run!
0 commit comments