From 77d736dc6bc8f9c9c1c20a28f6bd342e8076ba83 Mon Sep 17 00:00:00 2001 From: Diego Trevisan Lara <34442011+diegotl@users.noreply.github.com> Date: Fri, 20 Oct 2023 08:23:24 +0200 Subject: [PATCH] Update xcode.yml --- .github/workflows/xcode.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/xcode.yml b/.github/workflows/xcode.yml index 782f35a..93ba91a 100644 --- a/.github/workflows/xcode.yml +++ b/.github/workflows/xcode.yml @@ -20,4 +20,6 @@ jobs: uses: actions/checkout@v3 - name: Build run: | - xcodebuild clean build analyze -scheme Empusa | xcpretty && exit ${PIPESTATUS[0]} + # xcodebuild clean build analyze -scheme Empusa | xcpretty && exit ${PIPESTATUS[0]} + xcodebuild clean test -scheme Empusa -destination platform=macOS -showBuildTimingSummary +