trabajo-afectivo/.gitlab/ci/integration/email_helper_deliver.yml

10 lines
415 B
YAML
Raw Normal View History

email_helper_deliver:
extends:
- .template_integration
- .tags_mail
script:
- bundle exec rake zammad:db:unseeded
- bundle exec rails test test/integration/email_helper_test.rb
- bundle exec rails test test/integration/email_deliver_test.rb
- bundle exec rails test test/integration/email_keep_on_server_test.rb
- bundle exec rails test test/integration/email_postmaster_to_sender.rb