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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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