소스 검색

Apparently a name is needed.

pull/123/head
Shane Mc Cormack 3 년 전
부모
커밋
2ea8b94187
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/ \;

Loading…
취소
저장