Skip to content

Commit 341564b

Browse files
committed
Label Allure tests with device host
1 parent e43cafb commit 341564b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/qa-android-ui-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,7 @@ jobs:
696696
except Exception:
697697
continue
698698
data = add_label(data, "device", label)
699+
data = add_label(data, "host", label)
699700
(merged_dir / item.name).write_text(
700701
json.dumps(data, ensure_ascii=True),
701702
encoding="utf-8",

0 commit comments

Comments
 (0)