From 35395728cc14527c4ea6bce02e85cd25322db8b8 Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Tue, 4 Jun 2024 09:34:58 +0200 Subject: [PATCH] chore(ci): enable dummy tests on the testing framework. Signed-off-by: Federico Di Pierro --- .github/workflows/reusable_test_packages.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/reusable_test_packages.yaml b/.github/workflows/reusable_test_packages.yaml index 244f9d99bbb..efb0d12cf89 100644 --- a/.github/workflows/reusable_test_packages.yaml +++ b/.github/workflows/reusable_test_packages.yaml @@ -59,6 +59,7 @@ jobs: test-falco: 'true' test-falcoctl: 'true' test-k8saudit: 'true' + test-dummy: 'true' static: ${{ inputs.static && 'true' || 'false' }} test-drivers: ${{ inputs.arch == 'x86_64' && 'true' || 'false' }} show-all: 'true'