MOBILE-2748 github: Ignore warnings during linter on testing
parent
22bdbc1ddc
commit
eb34039be9
|
@ -51,8 +51,8 @@ jobs:
|
||||||
echo "Found $found missing langkeys"
|
echo "Found $found missing langkeys"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
- name: Run Linter
|
- name: Run Linter (ignore warnings)
|
||||||
run: npm run lint
|
run: npm run lint -- --quiet
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: npm run test:ci
|
run: npm run test:ci
|
||||||
- name: Production builds
|
- name: Production builds
|
||||||
|
|
Loading…
Reference in New Issue