A docker android image that enables multiple commands to run on the same image.
Required Specifies the directory which the commands will run in.
Default: '.'
Required The 1st command to run within the environment.
The 2nd command to run within the environment.
The 3rd command to run within the environment.
The 4th command to run within the environment.
The 5th command to run within the environment.
uses: giorgosneokleous93/[email protected]
with:
workingdir: 'sample-project'
command1: 'echo "...Starting..."'
command2: './gradlew app:assembleDebug'
command3: './gradlew lint'
command4: './gradlew test'
command5: 'echo "...Finished..."'
The action has been tested at:
- Attached Android sample-project
- Full-Screen Intent Notification Example
Please see attached License for more info.