File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,12 @@ jobs:
31
31
name : Run Tests
32
32
command : ./gradlew test
33
33
34
- - store_test_results :
35
- path : app/build/reports
36
- destination : reports
34
+ # - store_test_results:
35
+ # path: app/build/reports
36
+ # destination: reports
37
37
38
38
- store_test_results :
39
+ name : Save Libary Unit Tests
39
40
path : library/build/reports
40
41
destination : reports
41
42
Original file line number Diff line number Diff line change @@ -56,4 +56,6 @@ if [[ $GIT_TAG != *"undefined"* ]]; then
56
56
else
57
57
webhook $GITHUB_RELEASE_MODULE " $GITHUB_RELEASE_NAME " " Failed to create github release for tag $TAG :("
58
58
fi
59
+ else
60
+ echo " Not releasing as no new tag detected"
59
61
fi
Original file line number Diff line number Diff line change @@ -41,4 +41,6 @@ echo "Git commit message: ${GIT_COMMIT_DESC}"
41
41
42
42
if [[ $GIT_COMMIT_DESC == * " #DEPLOY" * ]]; then
43
43
upload_to_google_play " app"
44
+ else
45
+ echo " Not publishing to Google Play as deploy not found in commit message"
44
46
fi
You can’t perform that action at this time.
0 commit comments