For #15707: run lint rules tests in CI.

This works but it's imperfect: when the tests fail, it links to the lint
failure artifacts rather than the test failure artifacts.
upstream-sync
Michael Comella 4 years ago committed by Michael Comella
parent e246854309
commit 087f9b9f92

@ -47,7 +47,7 @@ jobs:
description: 'Running detekt over all modules'
run:
using: gradlew
gradlew: [detekt, githubLintDetektDetails]
gradlew: [detekt, githubLintDetektDetails, 'mozilla-detekt-rules:test']
treeherder:
symbol: detekt
worker:
@ -69,7 +69,7 @@ jobs:
description: 'Running lint over all modules'
run:
using: gradlew
gradlew: ['lintDebug', 'githubLintAndroidDetails']
gradlew: ['lintDebug', 'githubLintAndroidDetails', 'mozilla-lint-rules:test']
treeherder:
symbol: lint
worker:

Loading…
Cancel
Save