Skip to content

Commit

Permalink
.github/workflows/ports_psoc6.yml: Added new board to build stage.
Browse files Browse the repository at this point in the history
Signed-off-by: enriquezgarc <enriquezgarcia.external@infineon.com>
  • Loading branch information
jaenrig-ifx committed Sep 7, 2023
1 parent 9c0b36d commit 7979e72
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ports_psoc6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ jobs:
needs: server-build
strategy:
matrix:
board: [CY8CPROTO-062-4343W]
board:
- CY8CPROTO-062-4343W
- CY8CPROTO-063-BLE
steps:
- uses: actions/checkout@v3
- name: Download binaries
Expand Down

0 comments on commit 7979e72

Please sign in to comment.