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 8c51ad1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ports_psoc6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
board: [CY8CPROTO-062-4343W]
board:
- CY8CPROTO-062-4343W
- CY8CPROTO-063-BLE
outputs:
commit_sha: ${{ steps.commit_sha.outputs.sha_short }}

Expand Down Expand Up @@ -48,7 +50,8 @@ jobs:
needs: server-build
strategy:
matrix:
board: [CY8CPROTO-062-4343W]
board:
- CY8CPROTO-062-4343W
steps:
- uses: actions/checkout@v3
- name: Download binaries
Expand Down

0 comments on commit 8c51ad1

Please sign in to comment.