summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ios.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml
index 43c8f7bd7d..d27aa809d2 100644
--- a/.github/workflows/ios.yml
+++ b/.github/workflows/ios.yml
@@ -39,7 +39,9 @@ jobs:
- name: Build and test
run: |
- xcodebuild test -project MullvadVPN.xcodeproj \
+ xcodebuild test \
+ -quiet \
+ -project MullvadVPN.xcodeproj \
-scheme MullvadVPNTests \
-destination "${destination}" \
-clonedSourcePackagesDirPath "${SOURCE_PACKAGES_PATH}" \