Skip to content

Commit 08633e4

Browse files
Corrected readme with gradlew tasks
1 parent e324f5a commit 08633e4

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,11 @@ uses: giorgosneokleous93/docker-multicommand-android@v1.0.0
3737
with:
3838
workingdir: 'sample-project'
3939
command1: 'echo "...Starting..."'
40-
command2: 'app:assembleDebug'
41-
command3: 'lint'
42-
command4: 'test'
43-
command4: 'echo "...Finished..."'
40+
command2: './gradlew app:assembleDebug'
41+
command3: './gradlew lint'
42+
command4: './gradlew test'
43+
command5: 'echo "...Finished..."'
44+
4445
```
4546

4647
# Testing
@@ -51,4 +52,4 @@ The action has been tested at:
5152
---
5253

5354
## License
54-
Please see attached [License](https://github.com/giorgosneokleous93/fullscreenintentexample/blob/master/LICENSE) for more info.
55+
Please see attached [License](https://github.com/giorgosneokleous93/fullscreenintentexample/blob/master/LICENSE) for more info.

0 commit comments

Comments
 (0)