From a702810a6d078cf32ccc6b8f236dc952ed9b7501 Mon Sep 17 00:00:00 2001 From: Marco Massarelli Date: Mon, 16 Oct 2023 12:42:37 -0400 Subject: [PATCH] Re-enable autorouting in GitHub Actions --- .github/workflows/build.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d2cee7a..ce7d47a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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: