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

8 lines
236 B
YAML
Raw Normal View History

slack:
extends:
- .template_integration
script:
- bundle exec rake zammad:db:unseeded
- echo "gem 'slack-api'" >> Gemfile.local
- bundle install -j $(nproc)
- bundle exec rails test test/integration/slack_test.rb