diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2022-11-02 14:46:10 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2022-11-02 16:10:23 +0100 |
| commit | 2c35a03fd3d0ec4189f91187869b3ee309c98ee4 (patch) | |
| tree | 5cd54a027f1f52e021d92faa6553df3f947641bc /.github/workflows | |
| parent | 97d44eebfe99a5bc33ec43cb0690b4b6035b92f6 (diff) | |
| download | mullvadvpn-2c35a03fd3d0ec4189f91187869b3ee309c98ee4.tar.xz mullvadvpn-2c35a03fd3d0ec4189f91187869b3ee309c98ee4.zip | |
Add xcbeautify
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ios.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 686667a23b..58238ad03a 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -31,6 +31,9 @@ jobs: env: SOURCE_PACKAGES_PATH: .spm steps: + - name: Install xcbeautify + run: brew install xcbeautify + - name: Checkout repository uses: actions/checkout@v3 @@ -77,7 +80,7 @@ jobs: - name: Run tests run: | - xcodebuild test \ + set -o pipefail && xcodebuild test \ -project MullvadVPN.xcodeproj \ -scheme MullvadVPN \ -skip-testing:MullvadVPNScreenshots \ @@ -85,5 +88,5 @@ jobs: -clonedSourcePackagesDirPath "${SOURCE_PACKAGES_PATH}" \ CODE_SIGN_IDENTITY="" \ CODE_SIGNING_REQUIRED=NO \ - ONLY_ACTIVE_ARCH=YES + ONLY_ACTIVE_ARCH=YES | xcbeautify working-directory: ios |
