From 226af1e088a5db95de7f2ead4f97298c45ab23b4 Mon Sep 17 00:00:00 2001 From: Jason Milkins Date: Tue, 1 Oct 2024 07:59:00 +0700 Subject: [PATCH] Update xcode-build.yml --- .github/workflows/xcode-build.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/xcode-build.yml b/.github/workflows/xcode-build.yml index 5cd59106..fc020cdd 100644 --- a/.github/workflows/xcode-build.yml +++ b/.github/workflows/xcode-build.yml @@ -60,17 +60,16 @@ jobs: run: | bin/ci_is_production - - name: Setup - run: | - make setup - - # Temporary debugging for tests - name: Setup tmate session - if: "${{ github.event.inputs. != '' }}" + if: "${{ github.event.inputs.debug == 'true' }}" uses: mxschmitt/action-tmate@v3 timeout-minutes: 15 with: limit-access-to-actor: true + + - name: Setup + run: | + make setup - name: Run Tests run: |