mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-30 12:44:39 +00:00
gha: nydus: Populate run()
And with this we finally enable the nydus tests to run as part of our GHA CI. Fixes: #6543 Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
b3904a1a30
commit
b73bde320d
@ -49,7 +49,8 @@ function install_dependencies() {
|
|||||||
function run() {
|
function run() {
|
||||||
info "Running nydus tests using ${KATA_HYPERVISOR} hypervisor"
|
info "Running nydus tests using ${KATA_HYPERVISOR} hypervisor"
|
||||||
|
|
||||||
return 0
|
enabling_hypervisor
|
||||||
|
bash -c "${nydus_dir}/nydus_tests.sh"
|
||||||
}
|
}
|
||||||
|
|
||||||
function main() {
|
function main() {
|
||||||
|
Loading…
Reference in New Issue
Block a user