api_client_ruby.yml 415 B

12345678910111213
  1. api_client_ruby:
  2. extends:
  3. - .template_browser-core_api_client
  4. script:
  5. - RAILS_ENV=test bundle exec rake db:create
  6. - cp contrib/auto_wizard_test.json auto_wizard.json
  7. - bundle exec rake zammad:ci:test:start
  8. - git clone https://github.com/zammad/zammad-api-client-ruby.git
  9. - cd zammad-api-client-ruby
  10. - bundle update --bundler
  11. - bundle install -j $(nproc)
  12. - bundle exec rspec