From 661ca1bbc21ab6937585d80726c57808954810d6 Mon Sep 17 00:00:00 2001 From: "evangelos.ganotopoulos@arm.com" Date: Mon, 5 Aug 2024 23:16:47 +0200 Subject: [PATCH] Corrected device to board --- .github/workflows/Test-RefApps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Test-RefApps.yml b/.github/workflows/Test-RefApps.yml index 6f44419..94360d3 100644 --- a/.github/workflows/Test-RefApps.yml +++ b/.github/workflows/Test-RefApps.yml @@ -101,7 +101,7 @@ jobs: echo $TARGET_BOARD echo $BOARD_LAYER - sed -i "s|target-types:|&\n - type: $TARGET_TYPE\n device: $TARGET_BOARD\n variables:\n - Board-Layer: $BOARD_LAYER|" ./CI/MW-RefApps/Examples/${{ matrix.solution.dir }}/${{ matrix.solution.name }}.csolution.yml + sed -i "s|target-types:|&\n - type: $TARGET_TYPE\n board: $TARGET_BOARD\n variables:\n - Board-Layer: $BOARD_LAYER|" ./CI/MW-RefApps/Examples/${{ matrix.solution.dir }}/${{ matrix.solution.name }}.csolution.yml echo " " echo " " echo "Modified csolution content"