Skip to content

Commit

Permalink
ci(detox-ios): move the print command
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-pearson-mattr committed Dec 8, 2024
1 parent 7f19fb1 commit 8a86602
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-detox-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,6 @@ jobs:
- name: Set Xcode Version
run: sudo xcode-select -s /Applications/Xcode_16.app/Contents/Developer

- name: Print Simulators
run: applesimutils --list

- name: Inspect iOS Libraries
run: ls -R ios/lib

Expand All @@ -108,6 +105,9 @@ jobs:
- run: brew tap wix/brew
- run: brew install applesimutils

- name: Print Simulators
run: applesimutils --list

- name: Detox Build iOS Configuration
run: yarn detox:build:ios

Expand Down

0 comments on commit 8a86602

Please sign in to comment.