diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2021-09-27 13:41:05 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2021-09-27 13:41:05 +0200 |
| commit | afaea06bccba67eceff688c9f5ff7447e4054d28 (patch) | |
| tree | ac62e2e1777ea736fe7c311321dc47244dd75d64 | |
| parent | f072ad1d4c940d34e30a98c6e33b80ed6b9c1c14 (diff) | |
| download | mullvadvpn-afaea06bccba67eceff688c9f5ff7447e4054d28.tar.xz mullvadvpn-afaea06bccba67eceff688c9f5ff7447e4054d28.zip | |
CI: add -quiet to suppress overly verbose xcodebuild output
| -rw-r--r-- | .github/workflows/ios.yml | 4 |
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}" \ |
