1
0
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:
Jan Čermák
2023-10-19 22:58:00 +02:00
committed by GitHub
parent d7b32fd100
commit caf6611f7d

View File

@@ -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: |