Re-enable autorouting in GitHub Actions

This commit is contained in:
Marco Massarelli 2023-10-16 12:42:37 -04:00
parent 8d278160be
commit a702810a6d
1 changed files with 8 additions and 8 deletions

View File

@ -44,14 +44,14 @@ jobs:
uses: ./.github/actions/autoroute
with:
boards: corney_island
# - name: Import SES
# uses: ./.github/actions/import-ses
# with:
# boards: corney_island
# - name: DRC check
# uses: ./.github/actions/run-drc
# with:
# boards: corney_island
- name: Import SES
uses: ./.github/actions/import-ses
with:
boards: corney_island
- name: DRC check
uses: ./.github/actions/run-drc
with:
boards: corney_island
- name: Persist output
uses: actions/upload-artifact@v3
with: