DEV: Restore qunit 'tap' reporter, but collapse verbose output in CI (#26484)

This reverts commit 5adfb299ac, but uses GitHub actions grouping to achieve the same result: less scrolling to see failures.
This commit is contained in:
David Taylor
2024-04-03 10:22:20 +01:00
committed by GitHub
parent b38750d3be
commit 1e42e86601
3 changed files with 11 additions and 4 deletions

View File

@@ -132,7 +132,6 @@ task "qunit:test", %i[timeout qunit_path filter] do |_, args|
cmd += ["--load-balance", "--parallel", parallel] if parallel
cmd += ["--filter", filter] if filter
cmd << "--write-execution-file" if ENV["QUNIT_WRITE_EXECUTION_FILE"]
cmd << "--reporter=#{ENV["QUNIT_REPORTER_FORMAT"]}" if ENV["QUNIT_REPORTER_FORMAT"]
end
# Print out all env for debugging purposes