Skip to content

Commit 1bae325

Browse files
committed
chore: make long job-names empty
1 parent f22efe1 commit 1bae325

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-phpunit.yml

Lines changed: 2 additions & 2 deletions
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 }}
@@ -141,7 +141,7 @@ jobs:
141141

142142
uses: ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
143143
with:
144-
job-name: Separate Process Tests
144+
job-name:
145145
php-version: ${{ matrix.php-version }}
146146
job-id: separate-process-tests
147147
group-name: SeparateProcess

0 commit comments

Comments
 (0)