Procházet zdrojové kódy

Apparently a name is needed.

pull/123/head
Shane Mc Cormack před 3 roky
rodič
revize
2ea8b94187
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1
    0
      .circleci/config.yml

+ 1
- 0
.circleci/config.yml Zobrazit soubor

@@ -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/ \;

Načítá se…
Zrušit
Uložit