forked from Fediversity/Fediversity
peertube: separate test declaration from invocation
This commit is contained in:
parent
bd1cfd7a7c
commit
8cd646a2a3
2 changed files with 2 additions and 2 deletions
|
@ -8,6 +8,6 @@
|
||||||
tests = {
|
tests = {
|
||||||
mastodon = import ./tests/mastodon.nix { inherit pkgs; };
|
mastodon = import ./tests/mastodon.nix { inherit pkgs; };
|
||||||
pixelfed-garage = import ./tests/pixelfed-garage.nix { inherit pkgs; };
|
pixelfed-garage = import ./tests/pixelfed-garage.nix { inherit pkgs; };
|
||||||
peertube = import ./tests/peertube.nix { inherit pkgs; };
|
peertube = pkgs.nixosTest ./tests/peertube.nix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -161,7 +161,7 @@ let
|
||||||
'';
|
'';
|
||||||
in
|
in
|
||||||
|
|
||||||
pkgs.nixosTest {
|
{
|
||||||
name = "peertube";
|
name = "peertube";
|
||||||
|
|
||||||
nodes = {
|
nodes = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue