Add `:lint:test` task to CI builds

pull/1837/head
Simon Marquis 2 years ago
parent 66cc677353
commit f26b497bb2

@ -47,7 +47,7 @@ jobs:
path: '**/build/outputs/apk/**/*.apk'
- name: Run local tests
run: ./gradlew testDemoDebug testProdDebug
run: ./gradlew testDemoDebug testProdDebug :lint:test
test:
runs-on: ubuntu-latest

Loading…
Cancel
Save