Skip to content

Commit

Permalink
force wrap long spec names
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Nov 18, 2024
1 parent 105f7db commit f8988dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/presidecms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
needs: [ setup-presidecms ]
strategy:
fail-fast: false
#max-parallel: 1
max-parallel: 1
matrix:
luceeVersion: [ 5.4/snapshot/jar, 6.0/snapshot/jar, 6.1/snapshot/jar, 6.1.0/snapshot/jar, 6.2/snapshot/jar ]
javaVersion: [ 11, 21 ]
Expand Down
2 changes: 1 addition & 1 deletion custom/spreadsheet-cfml/test/report.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
var row = [];
loop array=suiteSpecs item="test" {
ArrayAppend( row, test.suiteSpec );
ArrayAppend( row, wrap(test.suiteSpec, 70) );
loop array=sortedRuns item="local.run" {
if ( structKeyExists( run.stats, test.suiteSpec ) )
arrayAppend( row, numberFormat( run.stats[test.suiteSpec].time ) );
Expand Down

0 comments on commit f8988dc

Please sign in to comment.