Skip to content

Commit 8af7842

Browse files
committed
Update workflow naming
Reverts a change from #227.
1 parent 72fa272 commit 8af7842

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ jobs:
367367
unit:
368368
needs: prepare-unit
369369
if: ${{ needs.prepare-unit.outputs.matrix != '' }}
370-
name: Unit test / PHP ${{ matrix.php }}${{ matrix.coverage && ' (with coverage)' || '' }} ${{ startsWith( matrix.os, 'windows' ) && '(Windows)' || '' }} ${{ startsWith( matrix.os, 'macos' ) && '(macOS)' || '' }}
370+
name: Unit test - PHP ${{ matrix.php }}${{ matrix.coverage && ' (with coverage)' || '' }} ${{ startsWith( matrix.os, 'windows' ) && '(Windows)' || '' }} ${{ startsWith( matrix.os, 'macos' ) && '(macOS)' || '' }}
371371
strategy:
372372
fail-fast: false
373373
matrix: ${{ fromJson(needs.prepare-unit.outputs.matrix) }}
@@ -486,7 +486,7 @@ jobs:
486486
functional:
487487
needs: prepare-functional
488488
if: ${{ needs.prepare-functional.outputs.matrix != '' }}
489-
name: PHP ${{ matrix.php }} / WP ${{ matrix.wp }} on ${{ matrix.dbtype != 'sqlite' && matrix.mysql || 'SQLite' }}${{ matrix.object_cache == 'sqlite' && ' (SQLite Object Cache)' || '' }}${{ matrix.coverage && ' (with coverage)' || '' }} ${{ startsWith( matrix.os, 'windows' ) && '(Windows)' || '' }} ${{ startsWith( matrix.os, 'macos' ) && '(macOS)' || '' }}
489+
name: PHP ${{ matrix.php }} - WP ${{ matrix.wp }} on ${{ matrix.dbtype != 'sqlite' && matrix.mysql || 'SQLite' }}${{ matrix.object_cache == 'sqlite' && ' (SQLite Object Cache)' || '' }}${{ matrix.coverage && ' (with coverage)' || '' }} ${{ startsWith( matrix.os, 'windows' ) && '(Windows)' || '' }} ${{ startsWith( matrix.os, 'macos' ) && '(macOS)' || '' }}
490490
strategy:
491491
fail-fast: false
492492
matrix: ${{ fromJson(needs.prepare-functional.outputs.matrix) }}

0 commit comments

Comments
 (0)