Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 1.62 KB

README.md

File metadata and controls

55 lines (39 loc) · 1.62 KB

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/[email protected]
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.