summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2021-09-27 14:55:45 +0200
committerAndrej Mihajlov <and@mullvad.net>2021-09-27 14:55:45 +0200
commite82f5a75dde80e0d025dc1d43f4d456cda2404b2 (patch)
treeac62e2e1777ea736fe7c311321dc47244dd75d64
parentf072ad1d4c940d34e30a98c6e33b80ed6b9c1c14 (diff)
parentafaea06bccba67eceff688c9f5ff7447e4054d28 (diff)
downloadmullvadvpn-e82f5a75dde80e0d025dc1d43f4d456cda2404b2.tar.xz
mullvadvpn-e82f5a75dde80e0d025dc1d43f4d456cda2404b2.zip
Merge branch 'ios-ci-quiet'
-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}" \