mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
metabase: add passthru tests
This commit is contained in:
parent
6dfe6024b0
commit
9eee84f9f0
@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchurl, makeWrapper, jdk11 }:
|
||||
{ lib, stdenv, fetchurl, makeWrapper, jdk11, nixosTests }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "metabase";
|
||||
@ -24,4 +24,7 @@ stdenv.mkDerivation rec {
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ schneefux thoughtpolice mmahut ];
|
||||
};
|
||||
passthru.tests = {
|
||||
inherit (nixosTests) metabase;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user