Skip to content

Commit e324f5a

Browse files
Update README.md
1 parent 428fd3c commit e324f5a

File tree

1 file changed

+23
-8
lines changed

1 file changed

+23
-8
lines changed

README.md

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
# docker-multicommand-android
2+
3+
![CI](https://github.com/giorgosneokleous93/docker-multicommand-android/workflows/CI/badge.svg?branch=master)
4+
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
5+
[![GitHub version](https://badge.fury.io/gh/giorgosneokleous93%2Fdocker-multicommand-android.svg)](https://badge.fury.io/gh/giorgosneokleous93%2Fdocker-multicommand-android)
6+
27
A docker android image that enables multiple commands to run on the same image.
38

49
## Inputs
510

6-
### working-dir
7-
** Required **
11+
### workingdir
12+
**Required**
813
Specifies the directory which the commands will run in.
914

10-
**Default: ** '.'
15+
**Default:** '.'
1116

1217
### command1
13-
** Required **
18+
**Required**
1419
The 1st command to run within the environment.
1520

1621
### command2
@@ -28,12 +33,22 @@ The 5th command to run within the environment.
2833
## Example usage
2934

3035
```
31-
uses: giorgosneokleous93/docker-multicommand-android@v0.0.1
36+
uses: giorgosneokleous93/docker-multicommand-android@v1.0.0
3237
with:
33-
working-dir: '.'
34-
command1: 'echo "Starting runner.."'
38+
workingdir: 'sample-project'
39+
command1: 'echo "...Starting..."'
3540
command2: 'app:assembleDebug'
3641
command3: 'lint'
3742
command4: 'test'
38-
command4: 'echo "Finished"'
43+
command4: 'echo "...Finished..."'
3944
```
45+
46+
# Testing
47+
The action has been tested at:
48+
- Attached Android [sample-project](https://github.com/giorgosneokleous93/docker-multicommand-android/tree/master/sample-project)
49+
- [Full-Screen Intent Notification Example](https://github.com/giorgosneokleous93/fullscreenintentexample)
50+
51+
---
52+
53+
## License
54+
Please see attached [License](https://github.com/giorgosneokleous93/fullscreenintentexample/blob/master/LICENSE) for more info.

0 commit comments

Comments
 (0)