We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43e27b7 commit c463e27Copy full SHA for c463e27
conan_test.go
@@ -427,6 +427,8 @@ func initConanTest(t *testing.T) {
427
// Ensure Conan is installed
428
_, err := exec.LookPath("conan")
429
require.NoError(t, err, "Conan must be installed to run Conan tests")
430
+ // Ensure Conan default profile exists (required for conan install/create)
431
+ _ = exec.Command("conan", "profile", "detect").Run()
432
// Initialize CLI if not already done
433
if artifactoryCli == nil {
434
initArtifactoryCli()
0 commit comments