about summary refs log tree commit diff
path: root/nixos-tests/postgres-smoke-test.nix
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2025-01-01 07:08:40 +0300
committerVika <vika@fireburn.ru>2025-01-01 07:08:40 +0300
commite0183c0a3d04b19cbedb2b122149d8fdcdfc8036 (patch)
tree0e070ddd32cb35792f21502fd77da8ac2ac83b7e /nixos-tests/postgres-smoke-test.nix
parente7a45d2acb6aacef4fef5ddb0310996cfc0e9975 (diff)
downloadkittybox-e0183c0a3d04b19cbedb2b122149d8fdcdfc8036.tar.zst
Give NixOS e2e tests unique names in CI
Change-Id: I6f9262d94736debf23c8f21618ed49ace8b2b8eb
Diffstat (limited to 'nixos-tests/postgres-smoke-test.nix')
-rw-r--r--nixos-tests/postgres-smoke-test.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos-tests/postgres-smoke-test.nix b/nixos-tests/postgres-smoke-test.nix
index f2526c3..a435283 100644
--- a/nixos-tests/postgres-smoke-test.nix
+++ b/nixos-tests/postgres-smoke-test.nix
@@ -1,6 +1,6 @@
 kittybox:
 { lib, ... }: {
-  name = "nixos-kittybox";
+  name = "nixos-kittybox-postgres";
 
   nodes = {
     kittybox = { config, pkgs, lib, ... }: {