diff --git a/.github/workflows/ci-detox-ios.yml b/.github/workflows/ci-detox-ios.yml index b13894c9..7b37120b 100644 --- a/.github/workflows/ci-detox-ios.yml +++ b/.github/workflows/ci-detox-ios.yml @@ -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 @@ -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