Commit 01e05dd5 authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Fix missing RSpec in SMTP pool CI

Installs development dependencies from the Gemfile
parent 45cf5194
...@@ -12,6 +12,7 @@ workflow: ...@@ -12,6 +12,7 @@ workflow:
- ruby -v # Print out ruby version for debugging - ruby -v # Print out ruby version for debugging
- gem install bundler --no-document # Bundler is not installed with the image - gem install bundler --no-document # Bundler is not installed with the image
- bundle config set --local path 'vendor' # Install dependencies into ./vendor/ruby - bundle config set --local path 'vendor' # Install dependencies into ./vendor/ruby
- bundle config set with 'development'
- bundle install -j $(nproc) - bundle install -j $(nproc)
script: script:
- bundle exec rspec - bundle exec rspec
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment