Skip to content
package

GitHub Action

Android Environment multi-command runner

v1.0.1 Latest version

Android Environment multi-command runner

package

Android Environment multi-command runner

A docker image that sets up a basic environment for building and running an android project

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Android Environment multi-command runner

uses: giorgosneokleous93/docker-multicommand-android@v1.0.1

Learn more about this action in giorgosneokleous93/docker-multicommand-android

Choose a version

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.