Skip to content

Commit

Permalink
Enable verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
Cimos committed Aug 22, 2024
1 parent b422afb commit 94ad44e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/panelization.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Generate PCB panel datapack
name: Generate PCB datapack
on:
push:
branches:
Expand All @@ -9,7 +9,7 @@ on:

jobs:
KiKit:
name: Test Build
name: Panel
runs-on: ubuntu-latest
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name

Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
schema: '${{ env.PROJECT_NAME }}.kicad_sch'
board: '${{ env.PROJECT_NAME }}.kicad_pcb'
logfile: 'logfile/logfile.log'
# verbose: 2
verbose: 3

- name: Build panel datapack
if: steps.check_files.outputs.files_exists == 'true'
Expand Down

0 comments on commit 94ad44e

Please sign in to comment.