Kaynağa Gözat

Add test output as an artifact

pull/3/head
Chris Smith 9 yıl önce
ebeveyn
işleme
2c6b359c8e
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4
    0
      circle.yml

+ 4
- 0
circle.yml Dosyayı Görüntüle

@@ -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"

Loading…
İptal
Kaydet