1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-08-21 17:34:31 +00:00

gha: nydus: Populate run()

And with this we finally enable the nydus tests to run as part of our
GHA CI.

Fixes: 

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2023-08-16 09:21:27 +02:00
parent b3904a1a30
commit b73bde320d

View File

@ -49,7 +49,8 @@ function install_dependencies() {
function run() {
info "Running nydus tests using ${KATA_HYPERVISOR} hypervisor"
return 0
enabling_hypervisor
bash -c "${nydus_dir}/nydus_tests.sh"
}
function main() {