Skip to content

Instantly share code, notes, and snippets.

@sean2121
Created March 5, 2018 05:11
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 sean2121/e6b68262c7093ace1e376317f1e8c8d1 to your computer and use it in GitHub Desktop.
Save sean2121/e6b68262c7093ace1e376317f1e8c8d1 to your computer and use it in GitHub Desktop.
workflows:
version: 2
build-test-and-deploy:
jobs:
- build
- test1:
requires:
- build
- test2:
requires:
- test1
- deploy:
requires:
- test2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment