Add `:lint:test` task to CI builds

pull/899/head
Simon Marquis 1 year ago
parent d8af223958
commit 78e55ed4ec

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

Loading…
Cancel
Save