Last active
          April 19, 2016 18:44 
        
      - 
      
 - 
        
Save adamrneary/8e6c1c68fc14e6f11018 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
    
  
  
    
  | test: | |
| pre: | |
| - ./script/setup-and-start-mothership.sh &> $CIRCLE_ARTIFACTS/mothership.log: | |
| background: true | |
| parallel: true | |
| - ./script/setup-and-start-beacon.sh &> $CIRCLE_ARTIFACTS/beacon.log: | |
| background: true | |
| parallel: true | |
| - npm start &> $CIRCLE_ARTIFACTS/gutenberg.log: | |
| background: true | |
| parallel: true | |
| - npm run selenium &> $CIRCLE_ARTIFACTS/selenium.log: | |
| background: true | |
| parallel: true | |
| override: | |
| - ./script/run-tests-in-parallel.sh: | |
| parallel: true | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment