diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 52c1354c..0287e253 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -83,7 +83,7 @@ jobs: fail-fast: false matrix: runs-on: [[ubuntu-22.04], [Ubuntu_ARM64_4C_16G_01]] - test-command: ['tox -e func -- -v --series focal --keep-models', 'tox -e func -- -v --series jammy --keep-models'] + test-command: ['tox -e func -- -v --series focal --keep-models', 'tox -e func -- -v --series jammy --keep-models', 'tox -e func -- -v --series noble --keep-models'] juju-channel: ["3.4/stable"] steps: diff --git a/tests/integration/conftest.py b/tests/integration/conftest.py index 5093502c..fd06bc0b 100644 --- a/tests/integration/conftest.py +++ b/tests/integration/conftest.py @@ -19,7 +19,7 @@ def pytest_addoption(parser): "--series", type=str.lower, default="jammy", - choices=["focal", "jammy"], + choices=["focal", "jammy", "noble"], help="Set series for the machine units", ) parser.addoption(