From bb2f87171bdf8a8122ba83948bbbe82af014f2ec Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Tue, 16 Mar 2021 23:32:43 +0100 Subject: [PATCH] ci: fix and update image test Use an up-to-date manifest from the upstream osbuild CI test data and also specify an output directory, so that osbuild is actually attempting to produce an image. --- tests/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests.yml b/tests/tests.yml index 74272b3..f9d4af9 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -16,4 +16,4 @@ run: osbuild --help - image: dir: . - run: osbuild source/samples/base-qcow2.json + run: osbuild source/test/data/manifests/fedora-boot.json --output-directory=/var/tmp/osbuild