Skip to content

Commit af45fa7

Browse files
committed
update config.yml for new module name
1 parent 6b2d312 commit af45fa7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.circleci/config.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,15 @@ jobs:
3838
name: Build and Run JVM Unit Tests
3939
command: ./gradlew build
4040
- store_artifacts:
41-
path: app/build/outputs/reports/
41+
path: android/build/outputs/reports/
42+
path: android/build/outputs/reports/
4243
- store_test_results:
43-
path: app/build/test-results
44+
path: android/build/test-results
4445
- run:
4546
name: Move APKs to workspace
4647
command: |
4748
mkdir -p /tmp/workspace/apk
48-
cp -r app/build/outputs/apk/* /tmp/workspace/apk/
49+
cp -r android/build/outputs/apk/* /tmp/workspace/apk/
4950
- persist_to_workspace:
5051
root: *workspace_root
5152
paths:

0 commit comments

Comments
 (0)