gha: cri-containerd: Enable tests

As the cri-containerd tests have been fully migrated to GHA, let's make
sure we get them running.

Fixes: #6543

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2023-08-14 09:49:04 +02:00
parent 84dd02e0f9
commit b3592ab25c

View File

@ -59,7 +59,8 @@ function install_dependencies() {
function run() {
info "Running cri-containerd tests using ${KATA_HYPERVISOR} hypervisor"
return 0
enabling_hypervisor
bash -c ${cri_containerd_dir}/integration-tests.sh
}
function main() {