Skip to content

Commit

Permalink
Add PCBA variant
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickBaus committed May 14, 2024
1 parent cc048ee commit 5b845b3
Show file tree
Hide file tree
Showing 4 changed files with 193 additions and 183 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
needs: [ERC, DRC]
strategy:
matrix:
variant: [ 'default' , 'curr_mod']
variant: [ 'default' , 'curr_mod', 'PCBA' ]
steps:
- name: Download repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
if: github.event.action == 'published'
strategy:
matrix:
variant: [ 'default' , 'curr_mod' ]
variant: [ 'default' , 'curr_mod', 'PCBA' ]
steps:
- name: Download manufacturing files artifact
uses: actions/download-artifact@v4
Expand Down
Loading

0 comments on commit 5b845b3

Please sign in to comment.