We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f513504 commit 7d758d8Copy full SHA for 7d758d8
.github/workflows/test-phpunit.yml
@@ -109,7 +109,7 @@ jobs:
109
110
uses: ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
111
with:
112
- job-name:
+ job-name: ''
113
php-version: ${{ matrix.php-version }}
114
job-id: database-live-tests
115
db-platform: ${{ matrix.db-platform }}
@@ -141,7 +141,7 @@ jobs:
141
142
143
144
145
146
job-id: separate-process-tests
147
group-name: SeparateProcess
0 commit comments