mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-09 09:13:32 +08:00
chore: don't run unit tests on CI coz we don't have any
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user