From 8a86602f6bab59c1c93778183cf649d73e9f0e6a Mon Sep 17 00:00:00 2001 From: Thomas Pearson <119269574+thomas-pearson-mattr@users.noreply.github.com> Date: Mon, 9 Dec 2024 09:06:30 +1300 Subject: [PATCH] ci(detox-ios): move the print command --- .github/workflows/ci-detox-ios.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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