Commit 2d212b20 authored by Ivan Doroshenko's avatar Ivan Doroshenko
Browse files

Issue #3274227 by Matroskeen: Test results show "Build Successful" instead of fails/passes.

parent 313db4cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ build:
      phpcs:
        # phpcs will use core's specified version of Coder.
        sniff-all-files: true
        halt-on-fail: true
        halt-on-fail: false
    testing:
      # run_tests task is executed several times in order of performance speeds.
      # halt-on-fail can be set on the run_tests tasks in order to fail fast.