Skip to content

Commit

Permalink
ci: remove debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
johnf committed Oct 11, 2024
1 parent 50e1fb4 commit ce9af02
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,6 @@ jobs:

- uses: actions/setup-node@v4

- name: Setup yarn
run: |
xcrun simctl list || true
- name: Setup yarn
run: |
corepack enable
Expand All @@ -181,7 +177,6 @@ jobs:

- name: Build
run: |
xcodebuild -version
yarn prepare
- name: Set up RN version
Expand Down

0 comments on commit ce9af02

Please sign in to comment.