You are here

codeship-steps.yml in Admin User Language 8

File

codeship-steps.yml
View source
  1. # MODULE TEST - Codeship Steps
  2. # This is the default configuration file to test a module with
  3. # https://hub.docker.com/r/pwcsexperiencecenter/drupal-module-tester
  4. - name: module_test
  5. tag: ^(master|develop|feature|8.x-1.x) #Run all tests on master, develop and feature branches
  6. service: app
  7. command: /opt/app-root/test.sh #only runs tests on our module
  8. - name: jet.debug
  9. tag: jet.debug
  10. service: app
  11. command: /opt/app-root/services.sh