From 3f4bb97cc5404035d60c9a7a2ef642cbea9fb850 Mon Sep 17 00:00:00 2001 From: Tilman Baumann Date: Fri, 5 May 2023 12:47:03 +0100 Subject: [PATCH] Seperate workflow into steps --- .github/workflows/build.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2cda30f..ce1e65f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,6 +16,10 @@ jobs: run: npm install - name: Generate unrouted PCBs run: npm run gen + autoroute: + name: Autoroute + runs-on: ubuntu-latest + steps: - name: Export DSN for Left PCB uses: ./.github/actions/export-dsn with: @@ -58,7 +62,10 @@ jobs: with: pcb_input_file: output/pcbs/right_routed.kicad_pcb drc_output: output/pcbs/right-drc/ - + gerbers: + name: Generate Gerbers + runs-on: ubuntu-latest + steps: - name: Export Gerbers for Left PCB uses: ./.github/actions/export-gerbers with: