From deeddadb0b824c65ab0ae38ea2bee4439f2ff2db Mon Sep 17 00:00:00 2001 From: danielmeppiel Date: Wed, 18 Mar 2026 18:27:40 +0100 Subject: [PATCH] fix: add required name field to ghaw compat test apm.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit apm.yml requires a 'name' field — the test was missing it. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- scripts/test-release-validation.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/test-release-validation.sh b/scripts/test-release-validation.sh index 8e944f77..d65ab0e6 100755 --- a/scripts/test-release-validation.sh +++ b/scripts/test-release-validation.sh @@ -362,6 +362,7 @@ test_ghaw_compat() { # Create a minimal apm.yml like apm-action does in isolated mode cat > apm.yml <<'APMYML' +name: ghaw-compat-test dependencies: - microsoft/apm-sample-package APMYML