Unverified Commit a6361ad3 authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

Merge pull request #281091 from jnsgruk/lxd-ui-test

lxd-ui: run nixosTests.lxd.ui by default
parents 4e977402 58e22cab
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
, nodejs
, prefetch-yarn-deps
, yarn
, nixosTests
}:

stdenv.mkDerivation rec {
@@ -57,6 +58,8 @@ stdenv.mkDerivation rec {
    runHook postInstall
  '';

  passthru.tests.default = nixosTests.lxd.ui;

  meta = {
    description = "Web user interface for LXD";
    homepage = "https://github.com/canonical/lxd-ui";