فهرست منبع

Merge pull request #84100 from Calinou/doctest-ci-force-colors

Use colored output on CI for Doctest
Rémi Verschelde 1 سال پیش
والد
کامیت
36ce821c78
3فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      .github/workflows/linux_builds.yml
  2. 1 1
      .github/workflows/macos_builds.yml
  3. 1 1
      .github/workflows/windows_builds.yml

+ 1 - 1
.github/workflows/linux_builds.yml

@@ -162,7 +162,7 @@ jobs:
         run: |
           ${{ matrix.bin }} --version
           ${{ matrix.bin }} --help
-          ${{ matrix.bin }} --test --headless
+          ${{ matrix.bin }} --headless --test --force-colors
 
       # Check class reference
       - name: Check for class reference updates

+ 1 - 1
.github/workflows/macos_builds.yml

@@ -72,4 +72,4 @@ jobs:
         run: |
           ${{ matrix.bin }} --version
           ${{ matrix.bin }} --help
-          ${{ matrix.bin }} --test
+          ${{ matrix.bin }} --test --force-colors

+ 1 - 1
.github/workflows/windows_builds.yml

@@ -75,4 +75,4 @@ jobs:
         run: |
           ${{ matrix.bin }} --version
           ${{ matrix.bin }} --help
-          ${{ matrix.bin }} --test
+          ${{ matrix.bin }} --test --force-colors