浏览代码

Merge pull request #123 from ShaneMcC/master

Apparently a name is needed.
pull/124/head
Greg Holmes 3 年前
父节点
当前提交
f41db0fcc8
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      .circleci/config.yml

+ 1
- 0
.circleci/config.yml 查看文件

@@ -29,6 +29,7 @@ jobs:
29 29
             - ~/.gradle/caches
30 30
           key: v1-gradle-cache-{{ checksum "build.gradle" }}
31 31
       - run:
32
+          name: Prepare test output
32 33
           command: |
33 34
             mkdir -p ~/test-results/junit/
34 35
             find . -type f -regex ".*/build/test-results/.*xml" -exec cp {} ~/test-results/junit/ \;

正在加载...
取消
保存