Skip to content

Commit

Permalink
Merge pull request #1951 from hydephp/compact-smoke-test-output
Browse files Browse the repository at this point in the history
Internal: Use compact smoke test output
  • Loading branch information
caendesilva authored Sep 3, 2024
2 parents 44ac6b9 + 7739701 commit a0512af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
local testsuite=$2
echo "${suite^} tests started"
cd ${suite}_tests
if vendor/bin/pest --colors=always --log-junit="../test_results/${suite}_junit.xml" --testsuite="$testsuite" > "../test_outputs/${suite}.log" 2>&1; then
if vendor/bin/pest --colors=always --compact --log-junit="../test_results/${suite}_junit.xml" --testsuite="$testsuite" > "../test_outputs/${suite}.log" 2>&1; then
echo "${suite^} tests completed successfully"
else
echo "${suite^} tests failed"
Expand Down

0 comments on commit a0512af

Please sign in to comment.