/docker-multicommand-android

A docker android image that enables multiple commands to run on the same image

Primary LanguageKotlinGNU General Public License v3.0GPL-3.0

docker-multicommand-android

CI License: GPL v3 GitHub version

A docker android image that enables multiple commands to run on the same image.

Inputs

workingdir

Required Specifies the directory which the commands will run in.

Default: '.'

command1

Required The 1st command to run within the environment.

command2

The 2nd command to run within the environment.

command3

The 3rd command to run within the environment.

command4

The 4th command to run within the environment.

command5

The 5th command to run within the environment.

Example usage

uses: giorgosneokleous93/docker-multicommand-android@v1.0.0
with:
  workingdir: 'sample-project'
  command1: 'echo "...Starting..."'
  command2: './gradlew app:assembleDebug'
  command3: './gradlew lint'
  command4: './gradlew test'
  command5: 'echo "...Finished..."'

Testing

The action has been tested at:


License

Please see attached License for more info.