Reenable unit tests
This commit is contained in:
parent
b6ef9850e3
commit
b84ff2b283
|
@ -398,15 +398,15 @@ jobs:
|
|||
command: |
|
||||
yarn lint
|
||||
|
||||
# - run:
|
||||
# name: Test
|
||||
# command: |
|
||||
# yarn test --runInBand
|
||||
- run:
|
||||
name: Test
|
||||
command: |
|
||||
yarn test --runInBand
|
||||
|
||||
# - run:
|
||||
# name: Codecov
|
||||
# command: |
|
||||
# yarn codecov
|
||||
- run:
|
||||
name: Codecov
|
||||
command: |
|
||||
yarn codecov
|
||||
|
||||
- save_cache: *save-npm-cache-linux
|
||||
|
||||
|
|
Loading…
Reference in New Issue