Created
October 14, 2016 00:10
-
-
Save emilong/bf6de374e3e31c1650ad7a3851b41c18 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| dependencies: | |
| cache_directories: | |
| - client-cache | |
| - service-cache | |
| post: | |
| - bash scripts/get-latest-chrome.sh | |
| - bash scripts/run-client.sh: | |
| background: true | |
| - bash scripts/run-service.sh: | |
| background: true | |
| - npm run webdriver: | |
| background: true | |
| - bash scripts/wait-for-server-start.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment