Skip to content

Commit

Permalink
Corrected device to board
Browse files Browse the repository at this point in the history
  • Loading branch information
evangelos.ganotopoulos@arm.com authored and evangelos.ganotopoulos@arm.com committed Aug 5, 2024
1 parent 59805cb commit 661ca1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Test-RefApps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 661ca1b

Please sign in to comment.