- api_client_ruby:
- extends:
- - .template_browser-core_api_client
- script:
- - RAILS_ENV=test bundle exec rake db:create
- - cp contrib/auto_wizard_test.json auto_wizard.json
- - bundle exec rake zammad:ci:test:start
- - git clone https://github.com/zammad/zammad-api-client-ruby.git
- - cd zammad-api-client-ruby
- - bundle update --bundler
- - bundle install -j $(nproc)
- - bundle exec rspec
|