Skip to content

Commit ca2de50

Browse files
committed
chore: make job-name empty
1 parent f22efe1 commit ca2de50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109

110110
uses: ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
111111
with:
112-
job-name: Database Live Tests
112+
job-name:
113113
php-version: ${{ matrix.php-version }}
114114
job-id: database-live-tests
115115
db-platform: ${{ matrix.db-platform }}

0 commit comments

Comments
 (0)