Update .github/workflows/kibot.yml
Some checks failed
kibot / example (push) Failing after 58s

This commit is contained in:
Brendan Haines 2024-02-22 21:06:35 -07:00
parent ffb7b59a49
commit ea103b4bbd

View File

@ -11,40 +11,40 @@ on: [push]
# - '**.kicad_pcb' # - '**.kicad_pcb'
jobs: jobs:
ERC: # ERC:
runs-on: ubuntu-latest
# container: ghcr.io/inti-cmnb/kicad7_auto_full:latest
# container: setsoft/kicad_debian:latest
steps:
- uses: actions/checkout@v4
- name: Run ERC
run: |
[ -f *.sch ] && kiplot -d Fabrication -s update_xml,run_drc -i
- name: Retrieve results
uses: actions/upload-artifact@v1
with:
name: ERC_Output
path: Fabrication
# example:
# runs-on: ubuntu-latest # runs-on: ubuntu-latest
# # container: ghcr.io/inti-cmnb/kicad7_auto_full:latest
# # container: setsoft/kicad_debian:latest
# steps: # steps:
# - uses: actions/checkout@v2 # - uses: actions/checkout@v4
# - uses: INTI-CMNB/KiBot@v2
# - name: Run ERC
# run: |
# [ -f *.sch ] && kiplot -d Fabrication -s update_xml,run_drc -i
# - name: Retrieve results
# uses: actions/upload-artifact@v1
# with: # with:
# # Required - kibot config file # name: ERC_Output
# config: config.kibot.yaml # path: Fabrication
# # optional - prefix to output defined in config
# dir: output example:
# # optional - schematic file runs-on: ubuntu-latest
# schema: 'schematic.sch' steps:
# # optional - PCB design file - uses: actions/checkout@v2
# board: 'pcb.kicad_pcb' - uses: INTI-CMNB/KiBot@v2
# - name: upload results with:
# uses: actions/upload-artifact@v2 # Required - kibot config file
# with: config: config.kibot.yaml
# name: output # optional - prefix to output defined in config
# path: output dir: output
# # optional - schematic file
# schema: 'schematic.sch'
# # optional - PCB design file
# board: 'pcb.kicad_pcb'
- name: upload results
uses: actions/upload-artifact@v2
with:
name: output
path: output