Skip to content

Instantly share code, notes, and snippets.

@manakuro
Created February 27, 2020 00:55
Show Gist options
  • Save manakuro/53a19734fb5fcd66911600d76d45bb02 to your computer and use it in GitHub Desktop.
Save manakuro/53a19734fb5fcd66911600d76d45bb02 to your computer and use it in GitHub Desktop.
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