restart android emulator after unit test
This commit is contained in:
parent
43002a89da
commit
0a14f2493c
8
.github/workflows/execute-tests.yaml
vendored
8
.github/workflows/execute-tests.yaml
vendored
@ -103,6 +103,14 @@ jobs:
|
|||||||
cd $WORKSPACE/chromium/src
|
cd $WORKSPACE/chromium/src
|
||||||
out/bromite/unit_tests -v --fast-local-dev --gtest_filter=*Bromite* || KO=1
|
out/bromite/unit_tests -v --fast-local-dev --gtest_filter=*Bromite* || KO=1
|
||||||
|
|
||||||
|
- name: Restart Android Emulator
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
PATH=$WORKSPACE/chromium/src/third_party/llvm-build/Release+Asserts/bin:$WORKSPACE/depot_tools/:/usr/local/go/bin:$WORKSPACE/mtool/bin:$PATH
|
||||||
|
cd $WORKSPACE/chromium/src
|
||||||
|
pkill -f qemu-system-x86
|
||||||
|
tools/android/avd/avd.py start --avd-config ../../generic_android31.textpb -v
|
||||||
|
|
||||||
- name: Execute instrumentation tests
|
- name: Execute instrumentation tests
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user