Skip to content

Instantly share code, notes, and snippets.

@manualwise
Forked from zachflower/codeship-steps.yml
Created September 29, 2016 18:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manualwise/95035fa74781d11efa5fcfd9cca63d7c to your computer and use it in GitHub Desktop.
Save manualwise/95035fa74781d11efa5fcfd9cca63d7c to your computer and use it in GitHub Desktop.
Codeship Parallel Tests
- type: parallel
steps:
- service: app
command: vendor/bin/phpunit tests/Auth/
- service: app
command: vendor/bin/phpunit tests/Broadcasting/
- service: app
command: vendor/bin/phpunit tests/Bus/
- service: app
command: vendor/bin/phpunit tests/Cache/
- service: app
command: vendor/bin/phpunit tests/Console/
- service: app
command: vendor/bin/phpunit tests/Container/
- service: app
command: vendor/bin/phpunit tests/Cookie/
- service: app
command: vendor/bin/phpunit tests/Database/
- service: app
command: vendor/bin/phpunit tests/Encryption/
- service: app
command: vendor/bin/phpunit tests/Events/
- service: app
command: vendor/bin/phpunit tests/Filesystem/
- service: app
command: vendor/bin/phpunit tests/Foundation/
- service: app
command: vendor/bin/phpunit tests/Hashing/
- service: app
command: vendor/bin/phpunit tests/Http/
- service: app
command: vendor/bin/phpunit tests/Log/
- service: app
command: vendor/bin/phpunit tests/Mail/
- service: app
command: vendor/bin/phpunit tests/Pagination/
- service: app
command: vendor/bin/phpunit tests/Pipeline/
- service: app
command: vendor/bin/phpunit tests/Queue/
- service: app
command: vendor/bin/phpunit tests/Redis/
- service: app
command: vendor/bin/phpunit tests/Routing/
- service: app
command: vendor/bin/phpunit tests/Session/
- service: app
command: vendor/bin/phpunit tests/Support/
- service: app
command: vendor/bin/phpunit tests/Translation/
- service: app
command: vendor/bin/phpunit tests/Validation/
- service: app
command: vendor/bin/phpunit tests/View/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment