-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
Description
Implement GitHub Actions CI/CD
Versions
-
Release build and deployment
- Trigger
- Environmental setup
- Packages setup
- Test
- Code coverage
- Build app bundles/apk
- Store test, code coverage and build reports
- Increment build code and version
- Connect to playstore
- Set audience, description
- Release
-
Beta build and deployment
- Trigger
- Environmental setup
- Packages setup
- Test
- Code coverage
- Build app bundles/apk
- Store test, code coverage and build reports
- Increment build code and version
- Connect to playstore
- Set audience, description
- Release beta
-
Alpha build and deployment
- Trigger
- Environmental setup
- Packages setup
- Test
- Code coverage
- Build app bundles/apk
- Store test, code coverage and build reports
- Increment build code and version
- Connect to playstore
- Set audience, description
- Release Alpha
-
PR build
- Trigger
- Environmental setup
- Packages setup
- Test
- Code coverage
- Build app bundles/apk
- Save test, code coverage and build reports
Alternatives
Other CI/CD tools like Travis and Codemagic can be tried.
Reactions are currently unavailable