Skip to content

Commit b3b0a55

Browse files
committed
ci: make sure we cache system manager and its test dependencies
1 parent 1e498d8 commit b3b0a55

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

nix/checks.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,9 @@
314314
// (import ./ext/tests {
315315
inherit self;
316316
inherit pkgs;
317-
})
318-
);
317+
}))
318+
// pkgs.lib.optionalAttrs (pkgs.stdenv.hostPlatform.isLinux) {
319+
inherit (self'.packages) ansible-test run-testinfra docker-image-ubuntu;
320+
};
319321
};
320322
}

0 commit comments

Comments
 (0)