librechat-oci: nixos module and test
Some checks failed
Flake check / flake-check (pull_request) Failing after 2m34s
Some checks failed
Flake check / flake-check (pull_request) Failing after 2m34s
This commit is contained in:
parent
f3c63493ab
commit
68fcf86b97
4 changed files with 288 additions and 9 deletions
11
flake.nix
11
flake.nix
|
|
@ -219,15 +219,8 @@
|
|||
};
|
||||
in
|
||||
testPkgs.testers.runNixOSTest ./tests/run/synapse.nix;
|
||||
|
||||
# NOTE: disabled for now since the test takes too long to execute
|
||||
# open-webui-oci-test =
|
||||
# let
|
||||
# testPkgs = import nixpkgs {
|
||||
# inherit system;
|
||||
# };
|
||||
# in
|
||||
# testPkgs.testers.runNixOSTest ./tests/run/open-webui-oci.nix;
|
||||
open-webui-oci-test = pkgs.testers.runNixOSTest ./tests/run/open-webui-oci.nix;
|
||||
librechat-oci-test = pkgs.testers.runNixOSTest ./tests/run/librechat-oci.nix;
|
||||
}
|
||||
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue