mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
gitlab-ci-local: add version test (#306146)
This commit is contained in:
commit
5a20c5e55b
@ -2,6 +2,8 @@
|
||||
, fetchFromGitHub
|
||||
, lib
|
||||
, nix-update-script
|
||||
, gitlab-ci-local
|
||||
, testers
|
||||
}:
|
||||
|
||||
buildNpmPackage rec {
|
||||
@ -23,7 +25,12 @@ buildNpmPackage rec {
|
||||
--replace-fail "npm run cleanup" "true"
|
||||
'';
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
passthru = {
|
||||
updateScript = nix-update-script { };
|
||||
tests.version = testers.testVersion {
|
||||
package = gitlab-ci-local;
|
||||
};
|
||||
};
|
||||
|
||||
meta = with lib;{
|
||||
description = "Run gitlab pipelines locally as shell executor or docker executor";
|
||||
|
Loading…
Reference in New Issue
Block a user