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 fa7444d commit a8db91e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@ version: 2.1
orbs:
android: circleci/[email protected]

jobs:
example-job:
docker:
- image: cimg/base:stable
steps:
- android/run-tests
workflows:
example-workflow:
jobs:
- android/build:
executor: build
- example-job

0 comments on commit a8db91e

Please sign in to comment.