Skip to content

Instantly share code, notes, and snippets.

@adamrneary
Last active April 19, 2016 18:44
Show Gist options
  • Save adamrneary/8e6c1c68fc14e6f11018 to your computer and use it in GitHub Desktop.
Save adamrneary/8e6c1c68fc14e6f11018 to your computer and use it in GitHub Desktop.
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