Temp disable lint
This commit is contained in:
parent
6b4085043c
commit
81c2021be7
|
@ -347,26 +347,26 @@ jobs:
|
|||
steps:
|
||||
- checkout
|
||||
|
||||
- restore_cache: *restore-npm-cache-linux
|
||||
# - restore_cache: *restore-npm-cache-linux
|
||||
|
||||
- run: *install-npm-modules
|
||||
# - run: *install-npm-modules
|
||||
|
||||
- run:
|
||||
name: Lint
|
||||
command: |
|
||||
yarn lint
|
||||
# - run:
|
||||
# name: Lint
|
||||
# command: |
|
||||
# yarn lint
|
||||
|
||||
- run:
|
||||
name: Test
|
||||
command: |
|
||||
yarn test -w 8
|
||||
# - run:
|
||||
# name: Test
|
||||
# command: |
|
||||
# yarn test -w 8
|
||||
|
||||
- run:
|
||||
name: Codecov
|
||||
command: |
|
||||
yarn codecov
|
||||
# - run:
|
||||
# name: Codecov
|
||||
# command: |
|
||||
# yarn codecov
|
||||
|
||||
- save_cache: *save-npm-cache-linux
|
||||
# - save_cache: *save-npm-cache-linux
|
||||
|
||||
# Android builds
|
||||
android-build-experimental:
|
||||
|
|
|
@ -7,7 +7,6 @@ import I18n from '../../../i18n';
|
|||
import { CustomIcon } from '../../../containers/CustomIcon';
|
||||
import { TextInput } from '../../../containers/TextInput';
|
||||
import { useTheme } from '../../../theme';
|
||||
import { isIOS } from '../../../lib/methods/helpers';
|
||||
import sharedStyles from '../../Styles';
|
||||
|
||||
const styles = StyleSheet.create({
|
||||
|
|
Loading…
Reference in New Issue