Skip to content

Commit d2b9864

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nix/checks.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,9 @@
314314
inherit pkgs;
315315
};
316316
devShell = self'.devShells.default;
317+
}
318+
// lib.optionalAttrs (pkgs.stdenv.hostPlatform.isLinux) {
319+
inherit (self'.packages) ansible-test run-testinfra docker-image-ubuntu;
317320
};
318321
};
319322
}

0 commit comments

Comments
 (0)