From 14fc39e4162a79a786ccb1175de88d832ed79d3a Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Fri, 12 Feb 2021 11:47:48 +0000 Subject: [PATCH] ci: include test_ostree in github action Execute the new test_ostree integration test suit. --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cca59417..28b18f31 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,6 +14,7 @@ jobs: - "test.run.test_assemblers" - "test.run.test_boot" - "test.run.test_noop" + - "test.run.test_ostree" - "test.run.test_sources" - "test.run.test_stages" - "test.src"