mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-21 09:59:40 +00:00
chore(ci): enable dummy tests on the testing framework.
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
parent
5777a44ca1
commit
35395728cc
@ -59,6 +59,7 @@ jobs:
|
|||||||
test-falco: 'true'
|
test-falco: 'true'
|
||||||
test-falcoctl: 'true'
|
test-falcoctl: 'true'
|
||||||
test-k8saudit: 'true'
|
test-k8saudit: 'true'
|
||||||
|
test-dummy: 'true'
|
||||||
static: ${{ inputs.static && 'true' || 'false' }}
|
static: ${{ inputs.static && 'true' || 'false' }}
|
||||||
test-drivers: ${{ inputs.arch == 'x86_64' && 'true' || 'false' }}
|
test-drivers: ${{ inputs.arch == 'x86_64' && 'true' || 'false' }}
|
||||||
show-all: 'true'
|
show-all: 'true'
|
||||||
|
Loading…
Reference in New Issue
Block a user