Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Update xcode-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonm23 authored Oct 1, 2024
1 parent 5a8c0d2 commit 226af1e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/xcode-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.<INPUT_NAME> != '' }}"
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: |
Expand Down

0 comments on commit 226af1e

Please sign in to comment.