chore: don't run unit tests on CI coz we don't have any

This commit is contained in:
satyajit.happy
2019-04-01 23:56:20 +02:00
parent 533c2e5a08
commit 2430acfcb5

View File

@@ -40,15 +40,6 @@ jobs:
- run: |
yarn lint
yarn flow check
unit-tests:
<<: *defaults
steps:
- attach_workspace:
at: ~/project
- run: yarn test -- --coverage
- store_artifacts:
path: coverage
destination: coverage
workflows:
version: 2
@@ -58,6 +49,3 @@ workflows:
- lint-and-flow:
requires:
- install-dependencies
- unit-tests:
requires:
- install-dependencies