Skip to content

Commit

Permalink
nixos/tests: test fetch from private GitLab repo
Browse files Browse the repository at this point in the history
  • Loading branch information
panicgh committed Jan 24, 2025
1 parent 38d052d commit 8ff56db
Show file tree
Hide file tree
Showing 2 changed files with 403 additions and 0 deletions.
1 change: 1 addition & 0 deletions nixos/tests/all-tests.nix
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ in {
gitea = handleTest ./gitea.nix { giteaPackage = pkgs.gitea; };
github-runner = handleTest ./github-runner.nix {};
gitlab = runTest ./gitlab.nix;
gitlab-fetch-private = runTest ./gitlab-fetch-private.nix;
gitolite = handleTest ./gitolite.nix {};
gitolite-fcgiwrap = handleTest ./gitolite-fcgiwrap.nix {};
glance = runTest ./glance.nix;
Expand Down
Loading

0 comments on commit 8ff56db

Please sign in to comment.