mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-24 13:36:31 +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:
parent
d7b32fd100
commit
caf6611f7d
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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user