Skip to content

Commit 30b8ff7

Browse files
committed
Fix dir name for save test result
1 parent 68fc08a commit 30b8ff7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ commands:
2424
name: Run Tests
2525
command: ./gradlew lint test
2626
- store_artifacts:
27-
path: app/build/reports
27+
path: studyplus-android-sdk2/build/reports
2828
destination: reports
2929
- store_test_results:
30-
path: app/build/test-results
30+
path: studyplus-android-sdk2/build/test-results
3131

3232
jobs:
3333
run_test:

0 commit comments

Comments
 (0)