summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2021-09-27 13:41:05 +0200
committerAndrej Mihajlov <and@mullvad.net>2021-09-27 13:41:05 +0200
commitafaea06bccba67eceff688c9f5ff7447e4054d28 (patch)
treeac62e2e1777ea736fe7c311321dc47244dd75d64 /.github
parentf072ad1d4c940d34e30a98c6e33b80ed6b9c1c14 (diff)
downloadmullvadvpn-afaea06bccba67eceff688c9f5ff7447e4054d28.tar.xz
mullvadvpn-afaea06bccba67eceff688c9f5ff7447e4054d28.zip
CI: add -quiet to suppress overly verbose xcodebuild output
Diffstat (limited to '.github')
-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}" \