Browse Source

Apparently a name is needed.

pull/123/head
Shane Mc Cormack 3 years ago
parent
commit
2ea8b94187
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      .circleci/config.yml

+ 1
- 0
.circleci/config.yml View File

@@ -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…
Cancel
Save