From 5c3c28bd5fbfb0b87def908ba5c6fe757189ea96 Mon Sep 17 00:00:00 2001 From: Patrick Baus Date: Fri, 10 May 2024 13:53:01 +0200 Subject: [PATCH] Increase verbosity --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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