Revert "CI: OHOS: Better test for hdc device connected (#42365)" (#42407)

This reverts commit 071f064e2e.

Seems the devices are more finicky in CI.

Signed-off-by: Narfinger <Narfinger@users.noreply.github.com>
This commit is contained in:
Narfinger
2026-02-06 15:29:30 +01:00
committed by GitHub
parent 5a5d71d67e
commit b48612a948

View File

@@ -280,7 +280,7 @@ jobs:
name: servoshell-hos-${{ inputs.profile }}.hap
- name: Test hdc device
# First we ensure a device is actually connected and working.
run: ! hdc list targets | grep -q Empty
run: hdc list targets && hdc shell echo hello world
- name: Sign the hap
run: |
ls -la
@@ -415,7 +415,7 @@ jobs:
name: servoshell-hos-${{ inputs.profile }}.hap
- name: Test hdc device
# First we ensure a device is actually connected and working.
run: ! hdc list targets | grep -q Empty
run: hdc list targets && hdc shell echo hello world
- name: Sign the hap
run: |
ls -la