ソースを参照

Set the working directory...

pull/453/head
Chris Smith 9年前
コミット
543b04507d
1個のファイルの変更3行の追加1行の削除
  1. 3
    1
      circle.yml

+ 3
- 1
circle.yml ファイルの表示

@@ -41,7 +41,9 @@ test:
41 41
         pwd:
42 42
           ../meta
43 43
   post:
44
-    - ./gradlew client:jacocoTestReport client:coveralls
44
+    - ./gradlew client:jacocoTestReport client:coveralls:
45
+        pwd:
46
+          ../meta
45 47
 
46 48
 
47 49
 general:

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