File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,11 @@ uses: giorgosneokleous93/docker-multicommand-android@v1.0.0
3737with:
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.
You can’t perform that action at this time.
0 commit comments