mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-12-19 18:08:29 +00:00
Fix extraction of OVA image artifact in test step (#2842)
* Fix extraction of OVA image artifact in test step If the test image is obtained from an artifact instead of downloading, its name contains the version as well, in that case we still need to use wildcard expansion. * uncompress qcow2 to a stable filename
This commit is contained in:
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@@ -61,7 +61,7 @@ jobs:
|
||||
|
||||
- name: Extract OS image
|
||||
run: |
|
||||
unxz haos.qcow2.xz
|
||||
xz -dc haos*.qcow2.xz > haos.qcow2
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user