Skip to content
Snippets Groups Projects
Commit 28418a34 authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Remove xcbeautify

parent 55a7adea
No related branches found
No related tags found
2 merge requests!34Run tests on CI,!30Release v1.2.0
Pipeline #166753 failed
...@@ -4,12 +4,12 @@ set -e ...@@ -4,12 +4,12 @@ set -e
if [ "$1" = "macos" ]; then if [ "$1" = "macos" ]; then
echo "\n\033[1;32m▶ Running package tests on macOS...\033[0m" echo "\n\033[1;32m▶ Running package tests on macOS...\033[0m"
set -o pipefail && swift test 2>&1 | ./xcbeautify set -o pipefail && swift test
elif [ "$1" = "ios" ]; then elif [ "$1" = "ios" ]; then
echo "\n\033[1;32m▶ Running package tests on iOS Simulator...\033[0m" echo "\n\033[1;32m▶ Running package tests on iOS Simulator...\033[0m"
set -o pipefail && xcodebuild -scheme 'xx-client-ios-db-Package' -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=16.0,name=iPhone 14' test | ./xcbeautify set -o pipefail && xcodebuild -scheme 'xx-client-ios-db-Package' -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=16.0,name=iPhone 14' test
else else
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment