diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9969843..0686357 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -152,7 +152,7 @@ jobs: board: ${{ env.PCB_FILE }} skip: run_erc,run_drc variant: ${{ matrix.variant }} - verbose: 0 # use 3 for debugging + verbose: 3 # use 3 for debugging - name: Upload bill of materials files as artifact uses: actions/upload-artifact@v4