Skip to content

Commit b63e788

Browse files
author
Luca Sardonini
committed
Merge branch 'develop' of github.com:timeforcoffee/timeforcoffee-android into develop
2 parents 6c2f39f + 1c3e577 commit b63e788

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

fastlane/README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,16 @@ or alternatively using `brew cask install fastlane`
1616

1717
# Available Actions
1818
## Android
19-
### android test
19+
### android ci_test
2020
```
21-
fastlane android test
21+
fastlane android ci_test
2222
```
2323
Runs all the tests
24-
### android staging
25-
```
26-
fastlane android staging
27-
```
28-
Submit a STAGING build to Google Play, in the beta lane
2924
### android release
3025
```
3126
fastlane android release
3227
```
33-
Submit a build to Google Play, in the beta lane
28+
Submit a build to Google Play, in the alpha lane
3429

3530
----
3631

0 commit comments

Comments
 (0)