X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=.github%2Fworkflows%2Ffunctional_test.yml;h=5d9b87edce93bdcbeb94140a27cbc5d3dbde74e7;hb=5ff8a014ae479586fcffb8ca9a7531596bf4a929;hp=1f2306ef07557cc01558b5ea629a030daed23e0b;hpb=1ce05a70f02ee64a076362725be748290e9c031b;p=kconfig-hardened-check.git diff --git a/.github/workflows/functional_test.yml b/.github/workflows/functional_test.yml index 1f2306e..5d9b87e 100644 --- a/.github/workflows/functional_test.yml +++ b/.github/workflows/functional_test.yml @@ -81,7 +81,7 @@ jobs: echo "l1tf=off mds=full randomize_kstack_offset=on iommu.passthrough=0" > ./cmdline_example cat ./cmdline_example CONFIG_DIR=`find . -name config_files` - KCONFIGS=`find $CONFIG_DIR -type f | grep "\.config"` + KCONFIGS=`find $CONFIG_DIR -type f | grep -e "\.config" -e "\.gz"` COUNT=0 for C in $KCONFIGS do @@ -162,6 +162,6 @@ jobs: with: files: ./coverage.xml flags: functional_test - name: codecov-umbrella + name: functional_test_upload fail_ci_if_error: true verbose: true