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 f22efe1 commit 1bae325Copy full SHA for 1bae325
.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: Database Live Tests
+ 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
- job-name: Separate Process Tests
145
146
job-id: separate-process-tests
147
group-name: SeparateProcess
0 commit comments