github_actions: add NoCloud functional tests

Enable NoCloud functional tests on the Github Actions.

Change-Id: Ia3154d086ed1aadcf62ca5455fffe5eb496878d4
Signed-off-by: Adrian Vladu <avladu@cloudbasesolutions.com>
This commit is contained in:
Adrian Vladu 2024-06-21 11:29:18 +03:00
parent bf61aecd60
commit cf583bfd08

View File

@ -62,7 +62,7 @@ jobs:
matrix:
python-version: [ "3.12"]
architecture: ["x64", "x86"]
cloud: ["empty"]
cloud: ["empty", "nocloud"]
steps:
- name: Checkout cloudbase-init repository