steps: - name: ":rspec:" commands: - bundle install - bundle exec rake db:drop - bundle exec rake db:create - RACK_ENV=test bundle exec rake db:migrate - bundle exec rspec - block: ":rubygems: Publish :red_button:" branches: "main" - name: "Push :rubygems:" commands: "./bin/publish" branches: "main"