MOBILE-2748 github: Ignore warnings during linter on testing

main
Pau Ferrer Ocaña 2021-09-28 12:17:17 +02:00
parent 22bdbc1ddc
commit eb34039be9
1 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@ jobs:
echo "Found $found missing langkeys"
exit 1
fi
- name: Run Linter
run: npm run lint
- name: Run Linter (ignore warnings)
run: npm run lint -- --quiet
- name: Run tests
run: npm run test:ci
- name: Production builds