Skip to content

Commit

Permalink
Updated config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jintin committed Feb 19, 2023
1 parent a8db91e commit 26b0e28
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ orbs:
android: circleci/[email protected]

jobs:
example-job:
build:
docker:
- image: cimg/base:stable
- image: cimg/android:2023.02
steps:
- android/run-tests
- checkout
- run: ./gradlew androidDependencies
- run: ./gradlew lint test
workflows:
example-workflow:
jobs:
- example-job
- build

0 comments on commit 26b0e28

Please sign in to comment.