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: |