浏览代码

Add test output as an artifact

pull/3/head
Chris Smith 9 年前
父节点
当前提交
2c6b359c8e
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      circle.yml

+ 4
- 0
circle.yml 查看文件

@@ -7,3 +7,7 @@ dependencies:
7 7
 test:
8 8
   override:
9 9
     - ./gradlew --refresh-dependencies check -x findbugsMain -x findbugsTest
10
+
11
+general:
12
+  artifacts:
13
+    - "build/reports/tests"

正在加载...
取消
保存