mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
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:
4
.github/workflows/ohos.yml
vendored
4
.github/workflows/ohos.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user