Skip to content

Commit

Permalink
chore: add Flow to Buildkite (uber#6)
Browse files Browse the repository at this point in the history
This will run Flow in parallel to linters.
  • Loading branch information
KevinGrandon authored and Nadiia Dmytrenko committed Aug 10, 2018
1 parent 60221cb commit c521767
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ steps:
plugins:
'docker-compose':
run: baseui
# - name: ':jest:'
# command: yarn test
# plugins:
# 'docker-compose':
# run: baseui
- name: ':flowtype:'
command: yarn flow check
plugins:
'docker-compose':
run: baseui

0 comments on commit c521767

Please sign in to comment.