Skip to content

Commit 7d758d8

Browse files
committed
chore: set empty string as name
It should be boolean/number/string
1 parent f513504 commit 7d758d8

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:
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:
144+
job-name: ''
145145
php-version: ${{ matrix.php-version }}
146146
job-id: separate-process-tests
147147
group-name: SeparateProcess

0 commit comments

Comments
 (0)