.buildkite/pipeline.yml in osso-0.0.3.5 vs .buildkite/pipeline.yml in osso-0.0.3.6

- old
+ new

@@ -1,3 +1,6 @@ steps: - name: ":rspec:" - command: "bundle install --path vendor/bundle --with development test && RACK_ENV=test bundle exec rake db:migrate && bundle exec rspec" + commands: + - "bundle install" + - "bundle exec rake db:test:prepare" + - "bundle exec rspec" \ No newline at end of file