From 8919e0214fbf4390b821486b8f754c0291a51ebb Mon Sep 17 00:00:00 2001 From: Adam Young Date: Mon, 15 Jan 2024 21:26:18 +0000 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb44e803..23fd459c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,9 +51,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Devices - run: xcrun simctl list devices - - name: Build run: set -o pipefail && env NSUnbufferedIO=YES && xcodebuild build-for-testing -scheme TMDb -only-testing TMDbTests -destination '${{ matrix.destination }}' | xcpretty