We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c2f39f + 1c3e577 commit b63e788Copy full SHA for b63e788
fastlane/README.md
@@ -16,21 +16,16 @@ or alternatively using `brew cask install fastlane`
16
17
# Available Actions
18
## Android
19
-### android test
+### android ci_test
20
```
21
-fastlane android test
+fastlane android ci_test
22
23
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
29
### android release
30
31
fastlane android release
32
33
-Submit a build to Google Play, in the beta lane
+Submit a build to Google Play, in the alpha lane
34
35
----
36
0 commit comments