Unverified Commit dd92a9c6 authored by Alex Pott's avatar Alex Pott
Browse files

task: #3558592 (follow-up) Improve lint cache warming even more

    By: @alexpott
    By: @mondrake

(cherry picked from commit d0cc7c49)
parent 6b4cc91a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -788,7 +788,7 @@ default:
  stage: 🗜️ Test
  script:
    # Exit with an error if any of the lint cache files do not exist.
    - if [ ! -f core/phpstan-tmp/resultCache.php) ]; then exit 1; fi
    - if [ ! -f core/phpstan-tmp/resultCache.php ]; then exit 1; fi
    - if [ ! -f core/.cspellcache ]; then exit 1; fi
    - if [ ! -f core/.eslintcache ]; then exit 1; fi
    - if [ ! -f core/.stylelintcache ]; then exit 1; fi