Created
February 27, 2020 00:55
-
-
Save manakuro/53a19734fb5fcd66911600d76d45bb02 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
danger: | |
executor: | |
name: default | |
steps: | |
- checkout | |
- restore_yarn | |
- restore_node | |
- run: yarn | |
- save_yarn | |
- save_node | |
- run: | |
command: | | |
yarn test --ci --coverage --watchAll=false | |
yarn danger:ci |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment