Update .gitea/workflows/kibot.yml
Some checks failed
KiBot PCB Generation / generate (push) Failing after 27s
KiBot PCB Generation / deploy (push) Has been skipped

This commit is contained in:
2025-09-08 15:26:49 +07:00
parent c06e81ae0f
commit 5bf4763a75

View File

@@ -23,7 +23,7 @@ on:
board_layers:
description: 'Number of PCB layers'
required: false
default: '2'
default: '4'
type: choice
options:
- '2'
@@ -130,7 +130,8 @@ jobs:
echo "Using config: ${GITHUB_WORKSPACE}/kibot.yaml"
# Run KiBot with the configuration from repo root
kibot -c "${GITHUB_WORKSPACE}/kibot.yaml" -d Fabrication -v
# Skip ERC/DRC preflight checks to avoid stopping on errors
kibot -c "${GITHUB_WORKSPACE}/kibot.yaml" -s run_erc,run_drc -d Fabrication -v
# Move outputs to root Generated folder
mkdir -p "${GITHUB_WORKSPACE}/Generated"