Skip to content

Commit

Permalink
Add test-stats to the docker images to be published
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaymankar committed Nov 6, 2023
1 parent 0b14cef commit d445f98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nix/wire-server.nix
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ let
background-worker = [ "background-worker" ];
integration = [ "integration" ];
rabbitmq-consumer = [ "rabbitmq-consumer" ];
test-stats = [ "test-stats" ];
};

attrsets = lib.attrsets;
Expand Down Expand Up @@ -289,6 +290,7 @@ let
integration-dynamic-backends-s3
integration-dynamic-backends-vhosts
];
test-stats = [ pkgs.awscli2 pkgs.jq ];
};

# useful to poke around a container during a 'kubectl exec'
Expand Down

0 comments on commit d445f98

Please sign in to comment.