Merge pull request #381 from mas-cli/installed

🚨 Fail CI task if tests fail
This commit is contained in:
Ben Chatelain 2021-05-12 16:54:40 -06:00 committed by GitHub
commit b60e39fa58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -35,8 +35,8 @@ public class MasAppLibrarySpec: QuickSpec {
let myApp = SoftwareProductMock(
appName: "MyApp",
bundleIdentifier: "com.example",
bundlePath: "",
bundleVersion: "",
bundlePath: "/Applications/MyApp.app",
bundleVersion: "1.0.0",
itemIdentifier: 1234
)

View file

@ -7,4 +7,4 @@
#
echo "==> ✅ Testing"
swift test 2>&1 | xcpretty
set -o pipefail && swift test 2>&1 | xcpretty