2020-05-06 09:32:26 +00:00
|
|
|
slack:
|
|
|
|
extends:
|
|
|
|
- .template_integration
|
2021-02-24 16:03:51 +00:00
|
|
|
rules:
|
|
|
|
- if: $CI_MERGE_REQUEST_ID
|
|
|
|
when: never
|
|
|
|
- if: '$CI_COMMIT_BRANCH =~ /^private/'
|
|
|
|
when: manual
|
|
|
|
allow_failure: true
|
|
|
|
- when: always
|
2020-05-06 09:32:26 +00:00
|
|
|
script:
|
|
|
|
- bundle exec rake zammad:db:unseeded
|
2021-02-25 15:30:17 +00:00
|
|
|
- echo "gem 'slack-ruby-client'" >> Gemfile.local
|
2020-05-06 09:32:26 +00:00
|
|
|
- bundle install -j $(nproc)
|
2021-02-24 16:03:51 +00:00
|
|
|
- bundle exec rails test test/integration/slack_test.rb
|