Explorar el Código

Apparently a name is needed.

pull/123/head
Shane Mc Cormack hace 3 años
padre
commit
2ea8b94187
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      .circleci/config.yml

+ 1
- 0
.circleci/config.yml Ver fichero

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

Loading…
Cancelar
Guardar