Skip to content

Commit

Permalink
Add verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
Cimos committed Aug 18, 2024
1 parent 1f00339 commit 50eb543
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/panelization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,25 +30,25 @@ jobs:

- name: Generate panel file
if: steps.check_files.outputs.files_exists == 'true'
uses: INTI-CMNB/KiBot@v1.7.0
uses: INTI-CMNB/KiBot@v2_k8
with:
config: kibot-config/build.panel.yaml
dir: output
schema: '${{ env.PROJECT_NAME }}.kicad_sch'
board: '${{ env.PROJECT_NAME }}.kicad_pcb'
# log: log/log.log
# verbose: 2
verbose: 2

# Build datapack
- name: Build Panel Datapack
uses: INTI-CMNB/KiBot@v1.7.0
uses: INTI-CMNB/KiBot@v2_k8
with:
config: kibot-config/build.kibot.yaml
dir: output
schema: '${{ env.PROJECT_NAME }}.kicad_sch'
board: '${{ env.PROJECT_NAME }}.kicad_pcb'
# log: log/log.log
# verbose: 2
verbose: 2

# Update artifacts
- name: Upload Results
Expand Down

0 comments on commit 50eb543

Please sign in to comment.