-
-
Save manualwise/4132db441a338c288166cd9ccb1c2791 to your computer and use it in GitHub Desktop.
Codeship Steps w/ Deploy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- type: serial | |
steps: | |
- type: serial | |
steps: | |
- service: build | |
command: composer install --prefer-source --no-interaction | |
- type: parallel | |
steps: | |
- service: test | |
command: vendor/bin/phpunit tests/Auth/ | |
- service: test | |
command: vendor/bin/phpunit tests/Broadcasting/ | |
- service: test | |
command: vendor/bin/phpunit tests/Bus/ | |
- service: test | |
command: vendor/bin/phpunit tests/Cache/ | |
- service: test | |
command: vendor/bin/phpunit tests/Console/ | |
- service: test | |
command: vendor/bin/phpunit tests/Container/ | |
- service: test | |
command: vendor/bin/phpunit tests/Cookie/ | |
- service: test | |
command: vendor/bin/phpunit tests/Database/ | |
- service: test | |
command: vendor/bin/phpunit tests/Encryption/ | |
- service: test | |
command: vendor/bin/phpunit tests/Events/ | |
- service: test | |
command: vendor/bin/phpunit tests/Filesystem/ | |
- service: test | |
command: vendor/bin/phpunit tests/Foundation/ | |
- service: test | |
command: vendor/bin/phpunit tests/Hashing/ | |
- service: test | |
command: vendor/bin/phpunit tests/Http/ | |
- service: test | |
command: vendor/bin/phpunit tests/Log/ | |
- service: test | |
command: vendor/bin/phpunit tests/Mail/ | |
- service: test | |
command: vendor/bin/phpunit tests/Pagination/ | |
- service: test | |
command: vendor/bin/phpunit tests/Pipeline/ | |
- service: test | |
command: vendor/bin/phpunit tests/Queue/ | |
- service: test | |
command: vendor/bin/phpunit tests/Redis/ | |
- service: test | |
command: vendor/bin/phpunit tests/Routing/ | |
- service: test | |
command: vendor/bin/phpunit tests/Session/ | |
- service: test | |
command: vendor/bin/phpunit tests/Support/ | |
- service: test | |
command: vendor/bin/phpunit tests/Translation/ | |
- service: test | |
command: vendor/bin/phpunit tests/Validation/ | |
- service: test | |
command: vendor/bin/phpunit tests/View/ | |
- type: serial | |
steps: | |
- service: build | |
type: push | |
image_name: zachflower/codeship-jet-parallel-ci | |
registry: https://index.docker.io/v1/ | |
encrypted_dockercfg_path: dockercfg.encrypted |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment