mirror of
https://github.com/mas-cli/mas
synced 2024-11-24 20:43:10 +00:00
Merge pull request #381 from mas-cli/installed
🚨 Fail CI task if tests fail
This commit is contained in:
commit
b60e39fa58
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
)
|
||||
|
||||
|
|
|
@ -7,4 +7,4 @@
|
|||
#
|
||||
|
||||
echo "==> ✅ Testing"
|
||||
swift test 2>&1 | xcpretty
|
||||
set -o pipefail && swift test 2>&1 | xcpretty
|
||||
|
|
Loading…
Reference in a new issue