Skip to content

Commit ab53e30

Browse files
committed
CI : Also report build issues that cause failure
1 parent b08e561 commit ab53e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
sleep 20
196196
# Print SCons logs and MacOS crash logs
197197
shopt -s nullglob
198-
for logFile in buildConfig.log ~/Library/Logs/DiagnosticReports/*.crash
198+
for logFile in config.log buildConfig.log ~/Library/Logs/DiagnosticReports/*.crash
199199
do
200200
echo $logFile
201201
cat $logFile

0 commit comments

Comments
 (0)