mirror of
https://github.com/budtmo/docker-android.git
synced 2025-12-08 18:25:50 +00:00
Added step to publish test result
This commit is contained in:
parent
e00e0dd54e
commit
a365368044
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -19,4 +19,7 @@ jobs:
|
||||
run: script -e -c "./app.sh build base test"
|
||||
|
||||
- name: Build emulator image and run unit-test
|
||||
run: script -e -c "./app.sh test emulator test 11.0 && sudo mv tmp/* . && ls -al"
|
||||
run: script -e -c "./app.sh test emulator test 11.0 && sudo mv tmp/* ."
|
||||
|
||||
- name: Publish test result
|
||||
run: bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user