ソースを参照

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"

読み込み中…
キャンセル
保存