nextcloud*: only test corresponding version (#342896)

This commit is contained in:
Maximilian Bosch 2024-09-21 12:18:47 +02:00 committed by GitHub
commit 91c85a1aa9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,9 @@ let
};
passthru = {
tests = nixosTests.nextcloud;
tests = lib.filterAttrs (
key: _: (lib.hasSuffix (lib.versions.major version) key)
) nixosTests.nextcloud;
inherit packages;
};