Skip to content

Commit 664436d

Browse files
committed
Give a readable name to each job
1 parent 1ad0318 commit 664436d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ permissions:
1313

1414
jobs:
1515
tests:
16+
name: "${{ matrix.php_api == true && 'Migration' || 'Unit' }} ${{ matrix.mutations == true && 'write' || 'read-only' }} tests"
1617
strategy:
1718
matrix:
1819
php_api: [true, false]

0 commit comments

Comments
 (0)