MOBILE-2748 github: Ignore warnings during linter on testing
This commit is contained in:
parent
22bdbc1ddc
commit
eb34039be9
4
.github/workflows/testing.yml
vendored
4
.github/workflows/testing.yml
vendored
@ -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…
x
Reference in New Issue
Block a user