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