Skip to content

Commit a0512af

Browse files
authored
Merge pull request #1951 from hydephp/compact-smoke-test-output
Internal: Use compact smoke test output
2 parents 44ac6b9 + 7739701 commit a0512af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smoke-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
local testsuite=$2
5353
echo "${suite^} tests started"
5454
cd ${suite}_tests
55-
if vendor/bin/pest --colors=always --log-junit="../test_results/${suite}_junit.xml" --testsuite="$testsuite" > "../test_outputs/${suite}.log" 2>&1; then
55+
if vendor/bin/pest --colors=always --compact --log-junit="../test_results/${suite}_junit.xml" --testsuite="$testsuite" > "../test_outputs/${suite}.log" 2>&1; then
5656
echo "${suite^} tests completed successfully"
5757
else
5858
echo "${suite^} tests failed"

0 commit comments

Comments
 (0)