Victor Sigler 5 rokov pred
rodič
commit
6517511370
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      .buildkite/pipeline.yaml

+ 2 - 2
.buildkite/pipeline.yaml

@@ -1,3 +1,3 @@
 steps:
-  - label: "Example Test"
-    command: echo "Hello!"
+  - label: ":hammer: Unit Tests"
+    command: set -o pipefail && xcodebuild test -scheme SwifterMac -sdk macosx -destination "arch=x86_64" | xcpretty -c -r html