Sfoglia il codice sorgente

Internal (ckeditor5): Changed the name of labels given to CI foldable sections.

Marek Lewandowski 5 anni fa
parent
commit
406caf7a4e
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      scripts/continuous-integration-run-tests.sh

+ 2 - 2
scripts/continuous-integration-run-tests.sh

@@ -59,7 +59,7 @@ fold_end() {
 
 for package in $packages; do
 
-  fold_start "pkg-$package" "Testing $package${NC}"
+  fold_start "package:$package" "Testing $package${NC}"
 
   yarn run test -f $package --reporter=dots --production --coverage
 
@@ -81,7 +81,7 @@ for package in $packages; do
     errorOccured=1
   fi
 
-  fold_end "pkg-$package"
+  fold_end "package:$package"
 done;
 
 if [ "$errorOccured" -eq "1" ]; then