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

Fix run-tests.sh script

parent 2b11c186
No related branches found
No related tags found
1 merge request!102Release 1.0.0
#!/bin/sh #!/bin/sh
set -e set -e
set -o pipefail && xcodebuild -scheme 'elixxir-dapps-sdk-swift-Package2' -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=15.5,name=iPhone 13' test | ./xcbeautify set -o pipefail && xcodebuild -scheme 'elixxir-dapps-sdk-swift-Package' -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=15.5,name=iPhone 13' test | ./xcbeautify
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment