Re-enable autorouting in GitHub Actions
This commit is contained in:
parent
8d278160be
commit
a702810a6d
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue