Unverified Commit fd715c71 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

nixosTests.github-runner: migrate to runTest (#396133)

parents 0cdad037 754a229d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -516,7 +516,7 @@ in
  ghostunnel = handleTest ./ghostunnel.nix { };
  gitdaemon = handleTest ./gitdaemon.nix { };
  gitea = handleTest ./gitea.nix { giteaPackage = pkgs.gitea; };
  github-runner = handleTest ./github-runner.nix { };
  github-runner = runTest ./github-runner.nix;
  gitlab = runTest ./gitlab.nix;
  gitolite = handleTest ./gitolite.nix { };
  gitolite-fcgiwrap = handleTest ./gitolite-fcgiwrap.nix { };
+40 −42
Original line number Diff line number Diff line
import ./make-test-python.nix (
{ pkgs, ... }:
{
  name = "github-runner";
@@ -46,4 +45,3 @@ import ./make-test-python.nix (
    machine.fail("systemctl list-unit-files | grep test-disabled")
  '';
}
)