Commit d2cd53a6 authored by catch's avatar catch
Browse files

fix: #3521541 [CI] Components tests coverage metrics differ by PHP version

By: mondrake
By: catch
By: smustgrave
By: alexpott
(cherry picked from commit c040355d)
parent 82a36af1
Loading
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -226,7 +226,10 @@ default:
      - ./sites/default/files/simpletest/phpunit-*.xml

'Unit tests Component':
  <<: [ *default-job-settings-lint ]
  # Jobs that produce metrics must run on performance test pipelines so MRs show
  # the correct information.
  rules:
    - if: $PERFORMANCE_TEST != "1" || $_TARGET_PHP == $PRIMARY_PHP
  stage: ⚡️ Unit tests
  needs: []
  parallel: