mirror of
https://github.com/hmalik144/EasyCC_Master.git
synced 2025-12-10 03:05:29 +00:00
Update config.yml
This commit is contained in:
@@ -21,10 +21,10 @@ jobs:
|
||||
- ~/.gradle
|
||||
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
|
||||
- run:
|
||||
name: Run UnitTest
|
||||
command: ./gradlew ExampleInstrumentedTest
|
||||
# name: Run Tests
|
||||
# command: ./gradlew lint test
|
||||
# name: Run UnitTest
|
||||
# command: ./gradlew ExampleInstrumentedTest
|
||||
name: Run Tests
|
||||
command: ./gradlew lint test
|
||||
- store_artifacts: # for display in Artifacts: https://circleci.com/docs/2.0/artifacts/
|
||||
path: app/build/reports
|
||||
destination: reports
|
||||
|
||||
Reference in New Issue
Block a user