Added new slack integration test.
This commit is contained in:
parent
eb4a6db332
commit
88ef31d639
1 changed files with 13 additions and 0 deletions
|
@ -143,6 +143,19 @@ job_integration_user_agent:
|
|||
- ruby -I test/ test/integration/user_agent_test.rb
|
||||
- rake db:drop
|
||||
|
||||
job_integration_slack:
|
||||
stage: test
|
||||
tags:
|
||||
- core
|
||||
script:
|
||||
- export RAILS_ENV=test
|
||||
- rake db:create
|
||||
- rake db:migrate
|
||||
- echo "gem 'slack-api'" >> Gemfile.local
|
||||
- bundle install
|
||||
- ruby -I test test/integration/slack_test.rb
|
||||
- rake db:drop
|
||||
|
||||
job_integration_es_mysql:
|
||||
stage: test
|
||||
tags:
|
||||
|
|
Loading…
Reference in a new issue