From 496691092bebe3f87055cc91b6d10a137fff238c Mon Sep 17 00:00:00 2001 From: Lewis Jones Date: Wed, 9 Jul 2025 13:49:12 +0100 Subject: [PATCH] remove environment.yml --- componentDetection.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/componentDetection.test.ts b/componentDetection.test.ts index fe28974..79a8de8 100644 --- a/componentDetection.test.ts +++ b/componentDetection.test.ts @@ -230,7 +230,6 @@ test('full action scan creates manifests with correct names and file source loca 'package-lock.json', 'nested/package.json', 'nested/package-lock.json', - 'environment.yaml' ]; const manifestsByName = manifests!.reduce((acc, manifest) => {