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 e46b6e9
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 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 Expand Up @@ -86,7 +89,9 @@ jobs:
needs: [server-build, on-target-test]
strategy:
matrix:
board: [CY8CPROTO-062-4343W]
board:
- CY8CPROTO-062-4343W
- CY8CPROTO-063-BLE
if: startsWith(github.ref, 'refs/tags/v') && github.repository_owner == 'infineon'
steps:
- name: Download binaries
Expand Down

0 comments on commit e46b6e9

Please sign in to comment.