- Errors resolved in atlas weather flavour

- continue with Lint errors enabled
 - update to config.yml

Took 1 hour 24 minutes
This commit is contained in:
2022-02-06 19:42:00 +00:00
parent 99bf0c824b
commit 2c48823921
9 changed files with 308 additions and 20 deletions

View File

@@ -27,7 +27,7 @@ jobs:
# The next step will run the unit tests
- android/run-tests:
test-command: ./gradlew lint testDebug --continue
test-command: ./gradlew lint test --continue
# Then start the emulator and run the Instrumentation tests!
- android/start-emulator-and-run-tests: